Skip to content

Commit fdae140

Browse files
fix(deps): update dependency com.graphql-java:graphql-java to v22.4
Ref: PACT-445
1 parent 0e0b008 commit fdae140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
dependencies {
2020
implementation 'org.springframework.boot:spring-boot-starter-web'
2121
implementation "org.apache.httpcomponents:fluent-hc:4.5.14"
22-
implementation 'com.graphql-java:graphql-java:22.3'
22+
implementation 'com.graphql-java:graphql-java:22.4'
2323

2424
testImplementation 'au.com.dius.pact.consumer:junit5:4.5.13'
2525
testImplementation('org.springframework.boot:spring-boot-starter-test') {

0 commit comments

Comments
 (0)