From 6ec1e1434b178d4cd8e1bdcd366b6874a5742210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 06:13:51 +0000 Subject: [PATCH] Bump spring from 6.1.13 to 6.1.14 Bumps `spring` from 6.1.13 to 6.1.14. Updates `org.springframework:spring-framework-bom` from 6.1.13 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.1.14) Updates `org.springframework:spring-test` from 6.1.13 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.1.14) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test 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 90ccce88..ff2dc4e1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ protobuf = "3.21.12" pulsar = "3.1.3" pulsar-reactive = "0.5.7" reactor = "2023.0.11" -spring = "6.1.13" +spring = "6.1.14" # tests assertj = "3.25.3" awaitility = "4.2.2"