From 886b76dde4050a646ba451adb23ef6bc43db9498 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com>
Date: Thu, 20 Nov 2025 17:20:05 +0800
Subject: [PATCH] =?UTF-8?q?feat(pom):=20=E5=BC=95=E5=85=A5=20commons-lang3?=
=?UTF-8?q?=20=E4=BE=9D=E8=B5=96=EF=BC=8C=E9=81=BF=E5=85=8D=E4=BD=8E?=
=?UTF-8?q?=E7=89=88=E6=9C=AC=20commons-lang3=20=E5=AE=89=E5=85=A8?=
=?UTF-8?q?=E6=BC=8F=E6=B4=9E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index eb43959..ca65d29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,8 @@
UTF-8
UTF-8
+ 3.20.0
+
4.5.0
4.7.6
3.1.1357
@@ -254,6 +256,12 @@
blade-starter-api-crypto
${revision}
+
+
+ org.apache.commons
+ commons-lang3
+ ${commons-lang3.version}
+
com.squareup.okhttp3