From 39b1ebf062febb22c2480af35d51053fa18ef5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 06:46:19 +0000 Subject: [PATCH] Bump spring-framework from 6.2.19 to 7.0.8 Bumps `spring-framework` from 6.2.19 to 7.0.8. Updates `org.springframework:spring-aop` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) Updates `org.springframework:spring-aspects` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) Updates `org.springframework:spring-beans` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) Updates `org.springframework:spring-context` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) Updates `org.springframework:spring-core` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) Updates `org.springframework:spring-jdbc` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) Updates `org.springframework:spring-test` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) Updates `org.springframework:spring-tx` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) Updates `org.springframework:spring-web` from 6.2.19 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.8) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-beans dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-core dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-jdbc dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-test dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-tx dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-web dependency-version: 7.0.8 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 3da8b2ef8..5c5484e1e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ objenesis = "3.4" slf4j = "2.0.18" snakeyaml = "2.4" spock = "2.3-groovy-4.0" -spring-framework = "6.2.19" +spring-framework = "7.0.8" [libraries] caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }