Skip to content

Commit 356183b

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mongo-db-reactive-app-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java-experiments.java-conventions")
3-
id("org.springframework.boot") version "3.3.10"
3+
id("org.springframework.boot") version "3.5.0"
44
id("com.google.osdetector") version "1.7.3"
55
}
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java-experiments.java-conventions")
3-
id("org.springframework.boot") version "2.7.18"
3+
id("org.springframework.boot") version "3.5.0"
44
id("com.google.osdetector") version "1.7.3"
55
}
66

spring-boot-app-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java-experiments.java-conventions")
3-
id("org.springframework.boot") version "3.3.10"
3+
id("org.springframework.boot") version "3.5.0"
44
id("com.google.osdetector") version "1.7.3"
55
}
66

0 commit comments

Comments
 (0)