From 745be35b2be36f17f877627e0d59f76f82aa6861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:42:01 +0900 Subject: [PATCH] Bump spring6 from 6.1.14 to 6.1.15 (#5676) Bumps `spring6` from 6.1.14 to 6.1.15. Updates `org.springframework:spring-aop` from 6.1.14 to 6.1.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.1.15) Updates `org.springframework:spring-context` from 6.1.14 to 6.1.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.1.15) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 02a96ae836..e7a9b9e8c5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,7 +76,7 @@ signalfx = "1.0.47" slf4j = "1.7.36" spectator-atlas = "1.8.1" spring5 = "5.3.39" -spring6 = "6.1.14" +spring6 = "6.1.15" spring-javaformat = "0.0.43" testcontainers = "1.20.3" tomcat = "8.5.100"