From 3611d7c6c3074057f8c61a135281ba241148e991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:47:30 +0000 Subject: [PATCH] Bump org.springframework.graphql:spring-graphql from 1.4.3 to 1.4.4 Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/spring-projects/spring-graphql/releases) - [Commits](https://github.com/spring-projects/spring-graphql/compare/v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: org.springframework.graphql:spring-graphql dependency-version: 1.4.4 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 98ff33bda6..df33c64222 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ ext { smackVersion = '4.4.8' springAmqpVersion = '3.2.8' springDataVersion = '2025.0.7' - springGraphqlVersion = '1.4.3' + springGraphqlVersion = '1.4.4' springKafkaVersion = '3.3.11' springRetryVersion = '2.0.12' springSecurityVersion = '6.5.7'