From 6fad719ec61bb2a1702136e03e69b1d6219daef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:08:25 +0000 Subject: [PATCH] Bump spring6 from 6.2.12 to 6.2.13 Bumps `spring6` from 6.2.12 to 6.2.13. Updates `org.springframework:spring-aop` from 6.2.12 to 6.2.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v6.2.13) Updates `org.springframework:spring-context` from 6.2.12 to 6.2.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v6.2.13) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-version: 6.2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-version: 6.2.13 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 767d40841a..2dd1e1ada7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ signalfx = "1.0.49" slf4j = "1.7.36" spectator-atlas = "1.9.1" spring5 = "5.3.39" -spring6 = "6.2.12" +spring6 = "6.2.13" spring-javaformat = "0.0.47" testcontainers = "1.21.3" tomcat = "8.5.100"