File tree Expand file tree Collapse file tree 5 files changed +197
-166
lines changed
java.com/server/spring.io Expand file tree Collapse file tree 5 files changed +197
-166
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments