Skip to content

Commit 21d4db9

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<javax-annotation.version>1.3.2</javax-annotation.version>
1313
<kotlin-test-junit5.version>1.6.21</kotlin-test-junit5.version>
1414

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

0 commit comments

Comments
 (0)