Skip to content

Commit 1a807e6

Browse files
chore(deps): bump springBootVersion from 3.5.5 to 3.5.6 (#890)
Bumps `springBootVersion` from 3.5.5 to 3.5.6. Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.6) Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.6) Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.6) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.6) Updates `org.springframework.boot:spring-boot-test` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-version: 3.5.6 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.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59d6a0d commit 1a807e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val junitJupiterVersion = "5.13.4"
1313
val freemarkerVersion = "2.3.34"
1414
val kotestVersion = "6.0.3"
1515
val bouncyCastleVersion = "1.82"
16-
val springBootVersion = "3.5.5"
16+
val springBootVersion = "3.5.6"
1717
val reactorTestVersion = "3.7.11"
1818
val ktorVersion = "2.3.13"
1919
val jsonPathVersion = "2.9.0"

0 commit comments

Comments
 (0)