From 773478b1d3745d87463353a37bcf1638be5f7ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:35:32 -0400 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql from 1.2.5 to 1.2.6 Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/spring-projects/spring-graphql/releases) - [Commits](https://github.com/spring-projects/spring-graphql/compare/v1.2.5...v1.2.6) --- 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 ce5c78f2a6..62756b4fb4 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ ext { smackVersion = '4.4.7' springAmqpVersion = '3.0.12' springDataVersion = '2023.0.10' - springGraphqlVersion = '1.2.5' + springGraphqlVersion = '1.2.6' springKafkaVersion = '3.0.15' springRetryVersion = '2.0.5' springSecurityVersion = '6.1.8'