Skip to content

Commit 9570238

Browse files
chore(deps): bump springBootVersion from 2.5.4 to 2.5.5
Bumps `springBootVersion` from 2.5.4 to 2.5.5. Updates `spring-boot-starter-webflux` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.4...v2.5.5) Updates `spring-boot-starter-oauth2-resource-server` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.4...v2.5.5) Updates `spring-boot-starter-oauth2-client` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.4...v2.5.5) Updates `spring-boot-starter-test` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.4...v2.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 952efd9 commit 9570238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val kotlinVersion = "1.5.31"
1313
val freemarkerVersion = "2.3.31"
1414
val kotestVersion = "4.6.3"
1515
val bouncyCastleVersion = "1.69"
16-
val springBootVersion = "2.5.4"
16+
val springBootVersion = "2.5.5"
1717
val reactorTestVersion = "3.4.10"
1818
val ktorVersion = "1.6.2"
1919

0 commit comments

Comments
 (0)