diff --git a/build.gradle b/build.gradle index 67bd730..d181318 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation platform('org.springframework.boot:spring-boot-dependencies:4.1.1') implementation 'org.springframework.boot:spring-boot-starter-web' implementation "org.apache.httpcomponents:fluent-hc:4.5.14" - implementation 'com.graphql-java:graphql-java:26.0' + implementation 'com.graphql-java:graphql-java:26.1' testImplementation 'au.com.dius.pact.consumer:junit5:4.7.5' testImplementation('org.springframework.boot:spring-boot-starter-test') {