From 5cac6cfd165bf19c3f50cc129a9f738024fecb22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:48:39 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom 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 fdd0ef7f..8e84f33b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ protobuf = "3.25.5" pulsar = "3.3.3" pulsar-reactive = "0.5.10" reactor = "2024.0.2" -spring = "6.2.1" +spring = "6.2.2" # tests assertj = "3.26.3" awaitility = "4.2.2"