From 3ba41045422f44dbd4f66c4d2a75b3c8bf7f6d17 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 5 May 2026 10:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BE=9D=E8=B5=96=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E3=80=91Phase=202=20+=203=EF=BC=9ARedisson=204.3.1=20+=20WxJav?= =?UTF-8?q?a=204.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 2: - redisson 3.52.0 → 4.3.1 - redisson-spring-boot-starter 排除项从 redisson-spring-data-35 改为 redisson-spring-data-40 Phase 3: - weixin-java 4.7.9 → 4.8.2 - httpclient5 5.1.4 → 5.5.2(WxJava 4.8.x 需要 5.4+) - httpcore5 5.1.5 → 5.3.6(配套 httpclient5 5.5.2) --- yudao-dependencies/pom.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 17bf4750f..97d373ed2 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -33,7 +33,7 @@ 1.5.7 4.5.0 3.0.6 - 3.52.0 + 4.3.1 8.1.3.140 9.0.1.jre7 7.0.0-RC3-og @@ -80,13 +80,15 @@ 4.12.0 3.14.0 3.3.0 + 5.5.2 + 5.3.6 2.44.0 1.16.7 1.4.0 2.3.2 2.3.2 - 4.7.9-20251224.161447 + 4.8.2-20260501.180637 4.40.771.ALL 1.2.13 @@ -308,7 +310,7 @@ org.redisson - redisson-spring-data-35 + redisson-spring-data-40 @@ -679,6 +681,23 @@ ${j2mod.version} + + + org.apache.httpcomponents.client5 + httpclient5 + ${httpclient5.version} + + + org.apache.httpcomponents.core5 + httpcore5 + ${httpcore5.version} + + + org.apache.httpcomponents.core5 + httpcore5-h2 + ${httpcore5.version} + + software.amazon.awssdk