From fd49594ca155011a20a0b127b30ba1d266ca34ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:41:40 +0000 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql (#8962) Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 1.3.0-M1 to 1.3.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 2fffdb2ca0..cdd74a23fb 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ ext { smackVersion = '4.5.0-alpha2' springAmqpVersion = '3.1.2' springDataVersion = '2024.0.0-SNAPSHOT' - springGraphqlVersion = '1.3.0-M1' + springGraphqlVersion = '1.3.0-SNAPSHOT' springKafkaVersion = '3.2.0-SNAPSHOT' springRetryVersion = '2.0.5' springSecurityVersion = '6.3.0-SNAPSHOT'