From ff94c5d129be7c6ff064aadf8aa68faac0df5a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:14:34 +0000 Subject: [PATCH] build(deps): bump org.springframework:spring-core Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 4.3.30.RELEASE to 7.0.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v7.0.6) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b67948a4b8..91ab2103d4b 100644 --- a/build.gradle +++ b/build.gradle @@ -138,7 +138,7 @@ def libraries = [ servletApi : 'jakarta.servlet:jakarta.servlet-api:4.0.4', slf4jBom : 'org.slf4j:slf4j-bom:2.0.17', spark : 'com.sparkjava:spark-core:2.9.4', - spring : 'org.springframework:spring-core:4.3.30.RELEASE', + spring : 'org.springframework:spring-core:7.0.6', springSecurity : 'org.springframework.security:spring-security-config:4.2.20.RELEASE', springTestJunit5 : 'com.github.sbrannen:spring-test-junit5:1.5.0', systemStubs : 'uk.org.webcompere:system-stubs-jupiter:2.1.8',