From 369622aeed412fe2f32a4f107ce6216ded8f1342 Mon Sep 17 00:00:00 2001 From: Madhavi Gayathri Date: Thu, 12 Dec 2024 01:06:56 +0530 Subject: [PATCH] Replace okio with okio-jvm. --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3b8725e..63ded81 100644 --- a/pom.xml +++ b/pom.xml @@ -87,13 +87,18 @@ org.wso2.charon org.wso2.charon3.core + + + com.squareup.okio + okio + + ${charon.version} com.squareup.okio - okio - 3.6.0 - provided + okio-jvm + 3.9.0 commons-lang.wso2