From b9418900151ac759fb201d81480011d9a1d5d8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 03:16:52 +0000 Subject: [PATCH] Bump org.springframework:spring-core from 6.2.9 to 6.2.10 Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.2.9 to 6.2.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.9...v6.2.10) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 6.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index aac0b2b5c..5747d75a1 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation 'org.asciidoctor:asciidoctor-gradle-jvm:4.0.4' implementation 'org.hidetake:gradle-ssh-plugin:2.10.1' implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:6.0.0' - implementation 'org.springframework:spring-core:6.2.9' + implementation 'org.springframework:spring-core:6.2.10' implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.2.0.5505' testImplementation platform('org.junit:junit-bom:5.13.4')