From 3a42de0e2996810e59e4327c118667c9f2c35d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:28:07 +0000 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql from 1.2.6 to 1.2.7 Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/spring-projects/spring-graphql/releases) - [Commits](https://github.com/spring-projects/spring-graphql/compare/v1.2.6...v1.2.7) --- updated-dependencies: - dependency-name: org.springframework.graphql:spring-graphql 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 5592f79a04b..ac94498f397 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ ext { smackVersion = '4.4.8' springAmqpVersion = '3.1.6' springDataVersion = '2023.1.7' - springGraphqlVersion = '1.2.6' + springGraphqlVersion = '1.2.7' springKafkaVersion = '3.1.6' springRetryVersion = '2.0.6' springSecurityVersion = '6.2.5'