From 50cccb1fdfbee5db7901655aee0243c3d5a571d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:18:01 +0000 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql from 1.3.1 to 1.3.2 Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/spring-projects/spring-graphql/releases) - [Commits](https://github.com/spring-projects/spring-graphql/compare/v1.3.1...v1.3.2) --- 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 9dcb85f7059..054a30ec1c6 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ ext { smackVersion = '4.4.8' springAmqpVersion = '3.1.6' springDataVersion = '2024.0.2' - springGraphqlVersion = '1.3.1' + springGraphqlVersion = '1.3.2' springKafkaVersion = '3.2.1' springRetryVersion = '2.0.7' springSecurityVersion = '6.3.1'