Skip to content

Commit 926d82c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("sb-ot-demo.java-conventions")
33
id("sb-ot-demo.docker")
4-
id("org.springframework.boot") version "2.7.18"
4+
id("org.springframework.boot") version "3.3.4"
55
id("io.freefair.lombok")
66
}
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("sb-ot-demo.java-conventions")
33
id("sb-ot-demo.docker")
4-
id("org.springframework.boot") version "3.3.2"
4+
id("org.springframework.boot") version "3.3.4"
55
id("io.freefair.lombok")
66
}
77

0 commit comments

Comments
 (0)