Skip to content

Commit

Permalink
fix: samples/openapi3/server/petstore/kotlin-springboot-reactive/pom.…
Browse files Browse the repository at this point in the history
…xml 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 Nov 28, 2024
1 parent bdad11d commit 88decc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<name>openapi-spring</name>
<version>1.0.0</version>
<properties>
<kotlin.version>1.3.30</kotlin.version>
<kotlinx-coroutines.version>1.2.0</kotlinx-coroutines.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlinx-coroutines.version>1.5.0</kotlinx-coroutines.version>
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
</properties>
<parent>
Expand Down

0 comments on commit 88decc8

Please sign in to comment.