From 99f758b04755b7e8dbc464b699fbf56a1518f833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 00:35:30 +0000 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql (#9928) Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 1.4.0-M1 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-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 4ce8e82ad8..0f1c5959be 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ ext { smackVersion = '4.4.8' springAmqpVersion = '3.2.4' springDataVersion = '2025.0.0-M1' - springGraphqlVersion = '1.4.0-M1' + springGraphqlVersion = '1.4.0-SNAPSHOT' springKafkaVersion = '3.3.4' springRetryVersion = '2.0.11' springSecurityVersion = '6.5.0-M3'