Skip to content

Commit 0cf6df6

Browse files
dependabot[bot]jreynard-code
authored andcommitted
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.1 to 3.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4472385 commit 0cf6df6

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.1"
160-
val springBootVersion = "3.4.1"
160+
val springBootVersion = "3.4.4"
161161

162162
// Implementation
163163
val swaggerParserVersion = "2.1.25"

0 commit comments

Comments
 (0)