From ef2b3890c87ac916fee3fe682aaade75083c9040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:21:48 +0000 Subject: [PATCH] Bump com.graphql-java:graphql-java from 20.2 to 25.0 Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 20.2 to 25.0. - [Release notes](https://github.com/graphql-java/graphql-java/releases) - [Commits](https://github.com/graphql-java/graphql-java/compare/v20.2...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 0d6c49d25..406bace82 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { compileOnly "org.freemarker:freemarker:2.3.32" - compileOnly "com.graphql-java:graphql-java:20.2" + compileOnly "com.graphql-java:graphql-java:25.0" compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.3" compileOnly "com.typesafe:config:1.4.3"