From a4d1b1cdb5bd00a2393e36797be71cbc21c9fb2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 08:33:17 +0000 Subject: [PATCH] Bump spring-framework from 6.2.19 to 7.0.9 Bumps `spring-framework` from 6.2.19 to 7.0.9. Updates `org.springframework:spring-aop` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) Updates `org.springframework:spring-aspects` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) Updates `org.springframework:spring-beans` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) Updates `org.springframework:spring-context` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) Updates `org.springframework:spring-core` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) Updates `org.springframework:spring-jdbc` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) Updates `org.springframework:spring-test` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) Updates `org.springframework:spring-tx` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) Updates `org.springframework:spring-web` from 6.2.19 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.19...v7.0.9) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-beans dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-core dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-jdbc dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-test dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-tx dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-web dependency-version: 7.0.9 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 9d89ea321..899535123 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.9" [libraries] caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }