Skip to content

Commit 9171344

Browse files
Gradle: Bump org.springframework.boot:spring-boot-autoconfigure
Bumps [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 3.4.4 to 3.5.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.4...v3.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fcadbc commit 9171344

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
@@ -157,7 +157,7 @@ tasks.test { useJUnitPlatform() }
157157
// Required versions
158158
val jacksonVersion = "2.18.3"
159159
val springWebVersion = "6.2.9"
160-
val springBootVersion = "3.4.4"
160+
val springBootVersion = "3.5.5"
161161

162162
// Implementation
163163
val swaggerParserVersion = "2.1.31"

0 commit comments

Comments
 (0)