From 4d6c56dad3787a1efbdfd21057bab79729ea7c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:04:30 +0000 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 2.0.0-RC1 to 2.0.0-SNAPSHOT. - [Release notes](https://github.com/spring-projects/spring-graphql/releases) - [Commits](https://github.com/spring-projects/spring-graphql/commits) --- updated-dependencies: - dependency-name: org.springframework.graphql:spring-graphql dependency-version: 2.0.0-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ef25ce3ca..6843d7cf0e 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ ext { smackVersion = '4.4.8' springAmqpVersion = '4.0.0-RC1' springDataVersion = '2025.1.0-RC1' - springGraphqlVersion = '2.0.0-RC1' + springGraphqlVersion = '2.0.0-SNAPSHOT' springKafkaVersion = '4.0.0-RC1' springSecurityVersion = '7.0.0-RC1' springVersion = '7.0.0-RC1'