From eeadc53efaa36b40880d20a9eacc8dee66cef4ee Mon Sep 17 00:00:00 2001 From: neelkanth-kaushik Date: Mon, 17 Mar 2025 10:57:52 +0530 Subject: [PATCH 1/2] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a716e1f..4f7f5d54 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ 3.0.1 2.9.1 - 4.10.0 + 4.12.0 4.10.0 33.3.1-jre 1.0.0 From 3f7fb48d144d26670566399985200a9c4ba25af9 Mon Sep 17 00:00:00 2001 From: neelkanth-kaushik Date: Mon, 17 Mar 2025 16:40:48 +0530 Subject: [PATCH 2/2] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f7f5d54..39ce738d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ UTF-8 8 - 1.7.20 + 1.9.0 2.27.2 2.9.0 1.10.1