Skip to content

Commit

Permalink
fix: examples/kotlin-greeter-service/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744
  • Loading branch information
snyk-bot committed Nov 30, 2024
1 parent 1f46adb commit b4e6dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kotlin-greeter-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>kotlin-greeter-service</artifactId>

<properties>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<main.class>GreeterServiceKt</main.class>
</properties>

Expand Down

0 comments on commit b4e6dba

Please sign in to comment.