Skip to content

Commit 3b1b290

Browse files
This commit will update the okhttp version to 4.12.0 in pom.xml. This update is done to fix the Github issue #503. (#505)
* This commit will update the okhttp version to 4.12.0 in pom.xml. okhttp-4.12.0 uses okio-3.6.0. This update is done to fix the Github issue #503. * This commit upgrades Kotlin from 1.7.20 to 1.9.0 in pom.xml. This is done to address the CI workflow errors because okhttp-4.12.0 is pulling okio-3.6.0 which is compiled using Kotlin 1.9.0 but the our SDK's pom.xml is expecting Kotlin metadata compiled with Kotlin 1.7.20.
1 parent 3e255c7 commit 3b1b290

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
@@ -28,14 +28,14 @@
2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<java.version>8</java.version>
31-
<kotlin.version>1.7.20</kotlin.version>
31+
<kotlin.version>1.9.0</kotlin.version>
3232
<spotless.version>2.27.2</spotless.version>
3333
<retrofit.version>2.9.0</retrofit.version>
3434
<auto.version>1.10.1</auto.version>
3535

3636
<findbugs.version>3.0.1</findbugs.version>
3737
<gson.version>2.9.1</gson.version>
38-
<okhttp.version>4.10.0</okhttp.version>
38+
<okhttp.version>4.12.0</okhttp.version>
3939
<logging.version>4.10.0</logging.version>
4040
<guava.version>33.3.1-jre</guava.version>
4141
<backo.version>1.0.0</backo.version>

0 commit comments

Comments
 (0)