From 4fba72d336f1a1d05adc1fb60b040c26687fa29f Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sun, 1 Dec 2024 21:28:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7springboot=E7=89=88?= =?UTF-8?q?=E6=9C=AC3.4.0=E5=92=8Cmysql=E4=BD=BF=E7=94=A8=E6=96=B0?= =?UTF-8?q?=E7=89=88=E7=9A=84=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 909da065..da94204c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.4.0 @@ -22,7 +22,7 @@ 5.8.27 - 8.0.28 + 9.1.0 1.2.23 3.5.5 @@ -110,9 +110,10 @@ - mysql - mysql-connector-java - ${mysql.version} + com.mysql + mysql-connector-j + ${mysql-connector-j.version} + runtime