From 3b33c3d95ad4ee3c3c8c503283a5e8bc693a13b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=8E=89=E4=B8=9C?= <129883742+liyudong2018@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:21:06 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=8C=87=E6=A0=87=E5=AD=90=E9=9B=86?= =?UTF-8?q?=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager-system/pom.xml | 13 +------------ pom.xml | 12 ++++++++---- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/manager-system/pom.xml b/manager-system/pom.xml index a2a0dc3..1377e24 100644 --- a/manager-system/pom.xml +++ b/manager-system/pom.xml @@ -90,16 +90,5 @@ spring-context-support - - - - org.apache.maven.plugins - maven-compiler-plugin - - 11 - 11 - - - - + diff --git a/pom.xml b/pom.xml index 65db9aa..8c1932b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,10 @@ 3.1.2 2.3.2 0.9.1 + 8.0.33 + 2.6.13 + 1.11.0 + 3.1.8 @@ -106,23 +110,23 @@ mysql mysql-connector-java - 8.0.33 + ${mysql.version} org.springframework.boot spring-boot-starter-validation - 2.6.13 + ${spring-boot-starter-validation.version} org.apache.commons commons-csv - 1.11.0 + ${commons-csv.version} com.github.ben-manes.caffeine caffeine - 3.1.8 + ${caffeine.version}