From 21894b94cb0223032f83ca7163edd19c874e49d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 00:32:09 +0000 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql (#9993) Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 1.4.0-RC1 to 1.4.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: 1.4.0-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 72f805acd4..3bc4d48909 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ ext { smackVersion = '4.4.8' springAmqpVersion = '3.2.5' springDataVersion = '2025.0.0-RC1' - springGraphqlVersion = '1.4.0-RC1' + springGraphqlVersion = '1.4.0-SNAPSHOT' springKafkaVersion = '3.3.5' springRetryVersion = '2.0.11' springSecurityVersion = '6.5.0-RC1'