Skip to content

Commit 883c640

Browse files
committed
Upgrade to Kotlin 2.2.0-RC2.
Closes gh-923
1 parent 71b8e1e commit 883c640

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<google-cloud-iamcredentials.version>2.60.0</google-cloud-iamcredentials.version>
3232
<google-auth-library-oauth2-http.version>1.33.1
3333
</google-auth-library-oauth2-http.version>
34-
<httpclient5.version>5.4.4</httpclient5.version>
34+
<httpclient5.version>5.5</httpclient5.version>
3535
<httpcore5.version>5.3.4</httpcore5.version>
3636
<jackson-annotations.version>3.0-rc5</jackson-annotations.version>
3737
<jackson-core.version>3.0.0-rc5</jackson-core.version>
@@ -40,8 +40,8 @@
4040
<jetty-reactive-httpclient.version>4.0.9</jetty-reactive-httpclient.version>
4141
<json-path.version>2.9.0</json-path.version>
4242
<junit.version>5.12.2</junit.version>
43-
<kotlin.version>2.1.20-Beta2</kotlin.version>
44-
<kotlin-coroutines.version>1.10.1</kotlin-coroutines.version>
43+
<kotlin.version>2.2.0-RC2</kotlin.version>
44+
<kotlin-coroutines.version>1.10.2</kotlin-coroutines.version>
4545
<mockk.version>1.13.17</mockk.version>
4646
<mockito-core.version>5.17.0</mockito-core.version>
4747
<netty.version>4.2.1.Final</netty.version>
@@ -367,8 +367,8 @@
367367
<artifactId>kotlin-maven-plugin</artifactId>
368368
<version>${kotlin.version}</version>
369369
<configuration>
370-
<apiVersion>1.7</apiVersion>
371-
<languageVersion>1.7</languageVersion>
370+
<apiVersion>2.1</apiVersion>
371+
<languageVersion>2.1</languageVersion>
372372
</configuration>
373373
<executions>
374374
<execution>

0 commit comments

Comments
 (0)