File tree Expand file tree Collapse file tree
samples/server/petstore/kotlin-springboot-sort-validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ plugins {
2222 id(" org.jetbrains.kotlin.jvm" ) version kotlinVersion
2323 id(" org.jetbrains.kotlin.plugin.jpa" ) version kotlinVersion
2424 id(" org.jetbrains.kotlin.plugin.spring" ) version kotlinVersion
25- id(" org.springframework.boot" ) version " 3.0.2 "
26- id(" io.spring.dependency-management" ) version " 1.0.14.RELEASE "
25+ id(" org.springframework.boot" ) version " 3.3.13 "
26+ id(" io.spring.dependency-management" ) version " 1.1.7 "
2727}
2828
2929dependencies {
Original file line number Diff line number Diff line change 1616 <parent >
1717 <groupId >org.springframework.boot</groupId >
1818 <artifactId >spring-boot-starter-parent</artifactId >
19- <version >3.1.3 </version >
19+ <version >3.3.13 </version >
2020 </parent >
2121 <repositories >
2222 <repository >
You can’t perform that action at this time.
0 commit comments