Skip to content

Commit 8ee4d8d

Browse files
Bump org.springframework.boot:spring-boot-dependencies
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.18 to 3.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.18...v3.4.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74d2200 commit 8ee4d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-2-demo-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation(platform("org.springdoc:springdoc-openapi:1.7.0")) {
1212
because("version 1.8.0 brings incompatible logging library")
1313
}
14-
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
14+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.4.5"))
1515
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.9"))
1616
implementation(platform("org.springframework.cloud:spring-cloud-sleuth-otel-dependencies:1.1.4"))
1717

0 commit comments

Comments
 (0)