From 7d8def8871f29648151e9e855d81e7c37c2c4279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:25:13 +0000 Subject: [PATCH] chore(deps): bump the spring group across 1 directory with 2 updates Bumps the spring group with 2 updates in the / directory: [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.2 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Changelog](https://github.com/spring-cloud/spring-cloud-release/blob/main/release-train-settings.xml) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2025.0.0...v2025.1.2) Updates `org.springframework.boot` from 3.5.16 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.16...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spring - dependency-name: org.springframework.boot dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: spring ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2e4af02..20669c9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "2.3.21" # must match Gradle 9.6.1's embedded Kotlin -springBoot = "3.5.16" -springCloud = "2025.0.0" # release train aligned with Boot 3.5.x +springBoot = "4.1.0" +springCloud = "2025.1.2" # release train aligned with Boot 3.5.x java = "21" bouncycastle = "1.82"