Skip to content

Commit 22de1b4

Browse files
committed
fix: samples/server/petstore/kotlin-springboot-modelMutable/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8384234 - https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744
1 parent bdad11d commit 22de1b4

File tree

1 file changed

+1
-1
lines changed
  • samples/server/petstore/kotlin-springboot-modelMutable

1 file changed

+1
-1
lines changed

samples/server/petstore/kotlin-springboot-modelMutable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<javax-annotation.version>1.3.2</javax-annotation.version>
1212
<kotlin-test-junit5.version>1.6.21</kotlin-test-junit5.version>
1313

14-
<kotlin.version>1.6.21</kotlin.version>
14+
<kotlin.version>2.1.0</kotlin.version>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
</properties>
1717
<parent>

0 commit comments

Comments
 (0)