From f14678c2d10b033b89d87ad165edca6f1941d6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:53:59 -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 6cb51a05cd..571c977ba3 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ ext { smackVersion = '4.4.7' springAmqpVersion = '3.1.3' springDataVersion = '2023.1.4' - springGraphqlVersion = '1.2.5' + springGraphqlVersion = '1.2.6' springKafkaVersion = '3.1.3' springRetryVersion = '2.0.5' springSecurityVersion = '6.2.3'