From 473e5d923d7036a55788480e871f54f0fbbdb3ce Mon Sep 17 00:00:00 2001 From: "zhenguo.li" Date: Wed, 19 Aug 2026 19:21:50 +0800 Subject: [PATCH] fix: align Okio with OkHttp 5 --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 8dd6df7..c76872f 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,7 @@ limitations under the License. 0.9.0 -Xms512m -Xmx1024m + 3.16.4 @@ -173,6 +174,16 @@ limitations under the License. ${mockito.version} test + + com.squareup.okio + okio + ${okio.version} + + + com.squareup.okio + okio-jvm + ${okio.version} +