Skip to content

Commit 490fe68

Browse files
committed
GH-2343 - Upgrade to Kotlin 2.2.
1 parent b50c850 commit 490fe68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<slf4j.version>2.0.17</slf4j.version>
8888
<spring.version>7.0.0-M5</spring.version>
8989
<spring-plugin.version>4.0.0-M1</spring-plugin.version>
90-
<kotlin.version>2.1.21</kotlin.version>
90+
<kotlin.version>2.2.0</kotlin.version>
9191
<kotlinx-coroutines.version>1.10.2</kotlinx-coroutines.version>
9292
<mockk.version>1.14.2</mockk.version>
9393
</properties>
@@ -111,7 +111,7 @@
111111
<profile>
112112
<id>kotlin-next</id>
113113
<properties>
114-
<kotlin.version>2.1.21-rc</kotlin.version>
114+
<kotlin.version>2.2.0</kotlin.version>
115115
<kotlinx-coroutines.version>1.10.2</kotlinx-coroutines.version>
116116
</properties>
117117
</profile>

0 commit comments

Comments
 (0)