Skip to content

Commit

Permalink
fix: upgrade org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.24 to 1…
Browse files Browse the repository at this point in the history
….9.25 (#65)

Snyk has created this PR to upgrade org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.24 to 1.9.25.

See this package in maven:
org.jetbrains.kotlin:kotlin-stdlib-jdk8

See this project in Snyk:
https://app.snyk.io/org/jonghuc/project/55686653-3375-404d-8891-c195ee7f8c3a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
hayco and snyk-bot authored Sep 2, 2024
1 parent f91cd81 commit 7c31c7f
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.24</kotlin.version>
<kotlin.version>1.9.25</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 7c31c7f

Please sign in to comment.