Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v1.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 14355da commit 16d1223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom-test/custom-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- kotlin -->
<kotlin.compiler.incremental>false</kotlin.compiler.incremental>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>1.9.25</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- kotlin -->
<kotlin.compiler.incremental>false</kotlin.compiler.incremental>
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>1.9.25</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>

<!-- #region ====================== common version ===================== -->
Expand Down

0 comments on commit 16d1223

Please sign in to comment.