From 4840cb8ad880f8326008a6fc0088aab4466db89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:44:39 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-dependencies Bumps the spring group with 1 update: [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.15 to 3.5.16 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.15...v3.5.16) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- reactive/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 852103f..b7d5a7e 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -73,7 +73,7 @@ tasks.withType().configureEach { dependencyManagement { imports { - mavenBom("org.springframework.boot:spring-boot-dependencies:3.5.15") + mavenBom("org.springframework.boot:spring-boot-dependencies:3.5.16") } } diff --git a/reactive/build.gradle.kts b/reactive/build.gradle.kts index 5e37e4a..3632d2d 100644 --- a/reactive/build.gradle.kts +++ b/reactive/build.gradle.kts @@ -49,7 +49,7 @@ tasks.withType().configureEach { dependencyManagement { imports { - mavenBom("org.springframework.boot:spring-boot-dependencies:3.5.15") + mavenBom("org.springframework.boot:spring-boot-dependencies:3.5.16") } }