Skip to content

Commit a753c42

Browse files
Update plugin org.springframework.boot to v4 (#562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3fa3fe commit a753c42

File tree

5 files changed

+197
-166
lines changed

5 files changed

+197
-166
lines changed

languages/jvm/java.com/server/spring.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
// ✅ Spotless
1111
id 'com.diffplug.spotless' version '8.1.0'
1212
// ✅ Spring Boot plugin
13-
id 'org.springframework.boot' version '3.5.7'
13+
id 'org.springframework.boot' version '4.0.0'
1414
// ✅ Dependency management plugin for Spring libraries
1515
id 'io.spring.dependency-management' version '1.1.7'
1616
}

languages/jvm/kotlinlang.org/gradle/wrapper/spring.io/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
pmd
77
id("com.diffplug.spotless") version "8.1.0"
88

9-
id("org.springframework.boot") version "3.5.7"
9+
id("org.springframework.boot") version "4.0.0"
1010
id("io.spring.dependency-management") version "1.1.7"
1111
kotlin("plugin.spring") version "2.2.21"
1212
}

0 commit comments

Comments
 (0)