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