From 26f0d97a8fd49d2edb3c7a9bf17f41c964ec2e48 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:21:41 +0000 Subject: [PATCH] fix(deps): update dependency com.graphql-java:graphql-java to v230521 Ref: PACT-445 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bf063ca..6c62bac 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation "org.apache.httpcomponents:fluent-hc:4.5.14" - implementation 'com.graphql-java:graphql-java:22.4' + implementation 'com.graphql-java:graphql-java:230521-nf-execution' testImplementation 'au.com.dius.pact.consumer:junit5:4.6.18' testImplementation('org.springframework.boot:spring-boot-starter-test') {