From 2bdd187a9498810c3c6da3acd182eb404a539b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:00:00 +0000 Subject: [PATCH] Bump com.graphql-java:graphql-java from 24.1 to 24.2 Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 24.1 to 24.2. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v24.1...v24.2) --- updated-dependencies: - dependency-name: com.graphql-java:graphql-java dependency-version: '24.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f6910cd..87e102c 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ repositories { } dependencies { - implementation "com.graphql-java:graphql-java:24.1" + implementation "com.graphql-java:graphql-java:24.2" testImplementation "org.spockframework:spock-core:2.3-groovy-3.0" testImplementation "org.codehaus.groovy:groovy:3.0.25"