From 1ccdd7035cad2d1b338ca01c67cf52e1025e863a Mon Sep 17 00:00:00 2001
From: shker <1159181016@qq.com>
Date: Mon, 5 May 2025 12:42:14 +0800
Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将 JUnit 从 4.13.1 升级到 4.13.2
- 将 JSON 从20160212 升级到 20231013
-将 OkHttp 从 3.14.9 升级到 4.12.0
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 96f0ca5..4cffb2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,20 +54,19 @@
junit
junit
- 4.13.1
+ 4.13.2
org.json
json
- 20160212
-
+ 20231013
com.squareup.okhttp3
okhttp
- 3.14.9
+ 4.12.0