From 20bb31dc1cb36b46118727fbb12e8a5570384945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Thu, 9 Apr 2026 10:03:31 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E6=9B=B4=E6=96=B0Maven?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC=E4=BB=A5=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=A8=B3=E5=AE=9A=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将maven-compiler-plugin版本更新至3.15.0 - 将maven-dependency-plugin版本更新至3.10.0 - 将maven-jar-plugin版本更新至3.5.0 - 将maven-shade-plugin版本更新至3.6.2 - 将maven-surefire-plugin版本更新至3.5.5 - 改善依赖管理和测试执行的兼容性及性能 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c20f9a9a..3190045a 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.15.0 @@ -223,22 +224,22 @@ org.apache.maven.plugins maven-dependency-plugin - 3.8.1 + 3.10.0 org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.2 org.apache.maven.plugins maven-surefire-plugin - 3.5.2 + 3.5.5 **/**.java