Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#51)
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

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
hayco and snyk-bot authored May 8, 2024
1 parent 34de4c0 commit 1c1c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>

<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>1.9.24</kotlin.version>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit 1c1c6d6

Please sign in to comment.