Skip to content

Commit

Permalink
chore: upgrade Kotlin to 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Jan 1, 2024
1 parent 5636763 commit 787b30f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mongodb-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven-failsafe-plugin.version>3.2.3</maven-failsafe-plugin.version>

<!-- kotlin -->
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<coroutines.version>1.7.2</coroutines.version>

Expand Down
2 changes: 1 addition & 1 deletion restclient-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven-failsafe-plugin.version>3.2.3</maven-failsafe-plugin.version>

<!-- kotlin -->
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<!-- dependencies-->
Expand Down
2 changes: 1 addition & 1 deletion resteasy-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven-failsafe-plugin.version>3.2.3</maven-failsafe-plugin.version>

<!-- kotlin -->
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<coroutines.version>1.7.3</coroutines.version>

Expand Down

0 comments on commit 787b30f

Please sign in to comment.