From f1a61aa5dfddf085e83b503c42eea3fc14f2e601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:54:35 +0000 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql from 1.3.0 to 1.3.1 Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/spring-projects/spring-graphql/releases) - [Commits](https://github.com/spring-projects/spring-graphql/compare/v1.3.0...v1.3.1) --- 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 fa4f8936fb2..a630c65cc77 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ ext { smackVersion = '4.4.8' springAmqpVersion = '3.1.6' springDataVersion = '2024.0.1' - springGraphqlVersion = '1.3.0' + springGraphqlVersion = '1.3.1' springKafkaVersion = '3.2.1' springRetryVersion = '2.0.6' springSecurityVersion = '6.3.0'