Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 14355da commit 8bb0a19
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.24</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.24</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>

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

0 comments on commit 8bb0a19

Please sign in to comment.