From 55ec8bdf9574542a1f4b9d5676adaf2e7f14a438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 20:57:57 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.6 to 6.2.7 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.6 to 6.2.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.6...v6.2.7) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cd003799..9d7328ef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ protobuf = "3.25.7" pulsar = "3.3.6" pulsar-reactive = "0.6.0" reactor = "2024.0.6" -spring = "6.2.6" +spring = "6.2.7" # tests assertj = "3.27.3" awaitility = "4.3.0"