From 34073030422ca4ce0616e7ec4c5674b83f368fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:34:52 +0000 Subject: [PATCH] Bump spring-framework from 6.2.17 to 7.0.6 Bumps `spring-framework` from 6.2.17 to 7.0.6. Updates `org.springframework:spring-aop` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) Updates `org.springframework:spring-aspects` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) Updates `org.springframework:spring-beans` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) Updates `org.springframework:spring-context` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) Updates `org.springframework:spring-core` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) Updates `org.springframework:spring-jdbc` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) Updates `org.springframework:spring-test` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) Updates `org.springframework:spring-tx` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) Updates `org.springframework:spring-web` from 6.2.17 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v7.0.6) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-beans dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-core dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-jdbc dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-test dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-tx dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-web dependency-version: 7.0.6 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 14a72b8ba..bbc5677d2 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.17" +spring-framework = "7.0.6" [libraries] caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }