Skip to content

Commit 87b1291

Browse files
committed
update samples
1 parent 879abcd commit 87b1291

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/server/petstore/kotlin-springboot-sort-validation/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2929
dependencies {

samples/server/petstore/kotlin-springboot-sort-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>

0 commit comments

Comments
 (0)