From 99d8f210c5c398e10b905f83e1bbde8d6ffa555a Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Thu, 9 Oct 2025 10:41:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(dependencies):=20=E6=B7=BB=E5=8A=A0=20okht?= =?UTF-8?q?tp=20=E5=92=8C=20okio=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cspell.json | 4 ++-- plusone-dependencies/pom.xml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index 24d5f80..6482cd7 100644 --- a/cspell.json +++ b/cspell.json @@ -5,8 +5,7 @@ ], "dictionaryDefinitions": [], "dictionaries": [], - "words": [], - "ignoreWords": [ + "words": [ "aliyun", "baomidou", "Batis", @@ -33,6 +32,7 @@ "Nonnull", "NOSONAR", "okhttp", + "okio", "ooxml", "overriden", "plusone", diff --git a/plusone-dependencies/pom.xml b/plusone-dependencies/pom.xml index 093e15a..da1f839 100644 --- a/plusone-dependencies/pom.xml +++ b/plusone-dependencies/pom.xml @@ -30,6 +30,9 @@ 1.8.1 1.2.0 + 5.2.0 + 3.16.0 + 1.3.15 2.18.3 @@ -106,6 +109,18 @@ ${commons-crypto.version} + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + + + + com.squareup.okio + okio + ${okio.version} + + ch.qos.logback logback-classic @@ -123,6 +138,7 @@ jackson-datatype-jsr310 ${jackson.version} + com.google.code.gson