From 5e54a3c4b2ade72040fa4fdf9616100d88147ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:03:51 +0000 Subject: [PATCH] chore(deps): bump springBootVersion from 3.5.6 to 3.5.7 Bumps `springBootVersion` from 3.5.6 to 3.5.7. Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-test` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 75a19611..34f775c6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ val junitJupiterVersion = "6.0.0" val freemarkerVersion = "2.3.34" val kotestVersion = "6.0.4" val bouncyCastleVersion = "1.82" -val springBootVersion = "3.5.6" +val springBootVersion = "3.5.7" val reactorTestVersion = "3.7.11" val ktorVersion = "3.3.1" val jsonPathVersion = "2.9.0"