From 083686bd06c937bc41b52e5bdd873b031694b34e Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Mon, 23 Dec 2024 10:10:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20pom=20=EC=9D=98=EC=A1=B4=EC=84=B1=20?= =?UTF-8?q?=EC=B6=A9=EB=8F=8C=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 61 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 78ac57b..8ca3c66 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 5.3.27 - 4.2.0 + 4.3.0 @@ -75,6 +75,12 @@ org.egovframe.rte org.egovframe.rte.fdl.idgnr ${org.egovframe.rte.version} + + + org.apache.commons + commons-lang3 + + + + commons-logging + commons-logging + + - org.springmodules - spring-modules-validation + org.apache.commons + commons-lang3 - --> + org.apache.commons commons-dbcp2 - 2.9.0 + 2.12.0 + + + org.apache.commons + commons-pool2 + + + + org.apache.commons + commons-pool2 + 2.12.0 + + + javax.servlet.jsp.jstl jstl-api @@ -182,7 +223,13 @@ org.apache.commons commons-compress - 1.23.0 + 1.26.2 + + + org.apache.commons + commons-lang3 + + xerces @@ -445,7 +492,7 @@ org.projectlombok lombok - 1.18.28 + 1.18.34 provided @@ -609,8 +656,13 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.14.0 +