From aa8f3448bab8a457ca96a43c3f0b0d615bdd871b Mon Sep 17 00:00:00 2001 From: hekeguang Date: Sun, 27 Feb 2022 20:32:33 +0800 Subject: PACKAGES UPGRADES IN DIRECT DEPENDENCIES FOR JAKARTA. Issue-ID: USECASEUI-635 Change-Id: I0ec38a1445e6b8499a53cb9378acde0c74abbd8c Signed-off-by: hekeguang --- server/pom.xml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index 3352835e..3e3a1a7b 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -112,9 +112,9 @@ - postgresql + org.postgresql postgresql - 9.3-1102.jdbc4 + 42.3.1 @@ -181,17 +181,17 @@ org.eclipse.jetty jetty-http - 9.4.14.v20181114 + 11.0.7 org.eclipse.jetty jetty-server - 9.4.17.v20190418 + 11.0.7 org.springframework spring-expression - 5.2.9.RELEASE + 5.3.13 org.springframework.data @@ -201,7 +201,7 @@ org.springframework spring-core - 5.2.9.RELEASE + 5.3.13 org.springframework.data @@ -211,7 +211,7 @@ org.springframework spring-web - 5.2.14.RELEASE + 5.3.13 org.springframework.data @@ -221,7 +221,7 @@ org.springframework spring-webmvc - 5.2.9.RELEASE + 5.3.13 org.hibernate @@ -294,7 +294,7 @@ com.google.code.gson gson - 2.8.6 + 2.8.9 @@ -303,11 +303,6 @@ 1.2.74 - - com.alibaba - dubbo - 2.6.9 - org.openecomp.sdc.jtosca jtosca @@ -346,7 +341,7 @@ junit junit - 4.12 + 4.13.2 org.jmockit @@ -388,7 +383,13 @@ org.apache.ant ant - 1.10.0 + 1.10.12 + + + com.sun + tools + + -- cgit 1.2.3-korg