From 6d94cde2ca16722293a3fdd92ed98bbd0149e9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 02:39:10 +0000 Subject: [PATCH] Bump spring-framework from 6.2.18 to 7.0.7 Bumps `spring-framework` from 6.2.18 to 7.0.7. Updates `org.springframework:spring-aop` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) Updates `org.springframework:spring-aspects` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) Updates `org.springframework:spring-beans` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) Updates `org.springframework:spring-context` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) Updates `org.springframework:spring-core` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) Updates `org.springframework:spring-jdbc` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) Updates `org.springframework:spring-test` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) Updates `org.springframework:spring-tx` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) Updates `org.springframework:spring-web` from 6.2.18 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-beans dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-core dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-jdbc dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-test dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-tx dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-web dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major ... 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 3026c80a0..c0839f88c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ objenesis = "3.4" slf4j = "2.0.17" snakeyaml = "2.3" spock = "2.3-groovy-4.0" -spring-framework = "6.2.18" +spring-framework = "7.0.7" [libraries] caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }