Skip to content

Commit

Permalink
fix: samples/server/petstore/kotlin-springboot-request-cookie/pom.xml…
Browse files Browse the repository at this point in the history
… to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744
  • Loading branch information
snyk-bot committed Oct 11, 2024
1 parent be618ec commit 6d6069f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<jakarta-annotation.version>2.1.0</jakarta-annotation.version>
<kotlin-test-junit5.version>1.7.10</kotlin-test-junit5.version>

<kotlin.version>1.7.10</kotlin.version>
<kotlin.version>2.0.21</kotlin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<parent>
Expand Down

0 comments on commit 6d6069f

Please sign in to comment.