From f53793460867e95b38ce0800a703f759c674360b Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 10 Jan 2022 13:47:31 +0100 Subject: chore(core): update third-party libs to latest versions --- pom.xml | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 109 insertions(+), 14 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 90f073e7..f227d2e5 100644 --- a/pom.xml +++ b/pom.xml @@ -24,30 +24,36 @@ 0.4 1.2.1-SNAPSHOT - 2.5.7 + 2.5.8 2.5.4 - 5.3.13 + 5.3.14 3.0.14.RELEASE - 3.4.5 + 3.5.0 2.5.0 3.12.0 1.9 4.4 - 30.1.1-jre + 31.0.1-jre 2.10.13 - 1.7.30 - 2.15.0 + 1.7.32 + 2.17.1 + 1.2.10 - 2.12.5 + 2.13.1 2.0.1.Final 6.1.5.Final 0.7.9 + + + 2.6.0 + 10.0.7 + 4.13.2 2.22.2 @@ -256,7 +262,12 @@ org.apache.logging.log4j log4j-to-slf4j ${log4j.version} - + + + ch.qos.logback + logback-classic + ${ch.qos.logback.version} + org.apache.commons commons-lang3 @@ -280,17 +291,47 @@ org.apache.cxf cxf-core - ${cxf.version} - + ${apache.cxf.version} + org.apache.cxf cxf-rt-frontend-jaxws - ${cxf.version} + ${apache.cxf.version} org.apache.cxf cxf-rt-transports-http - ${cxf.version} + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-features-clustering + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-features-logging + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-databinding-jaxb + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-bindings-soap + ${apache.cxf.version} + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${apache.cxf.version} + + + org.apache.cxf + cxf-testutils + ${apache.cxf.version} javax.servlet @@ -350,6 +391,54 @@ ${mockito-soap-cxf.version} test + + org.apache.cxf + cxf-rt-transports-http-jetty + ${apache.cxf.version} + test + + + org.apache.cxf + cxf-rt-transports-local + ${apache.cxf.version} + test + + + org.apache.cxf + cxf-rt-rs-extension-providers + ${apache.cxf.version} + test + + + org.eclipse.jetty + jetty-http + ${jetty.version} + test + + + org.eclipse.jetty + jetty-server + ${jetty.version} + test + + + org.eclipse.jetty + jetty-io + ${jetty.version} + test + + + org.eclipse.jetty + jetty-util + ${jetty.version} + test + + + org.eclipse.jetty + jetty-security + ${jetty.version} + test + at.gv.egiz.eaaf eaaf_core_utils @@ -402,7 +491,13 @@ powermock-api-mockito2 ${org.powermock.version} test - + + + com.jayway.jsonpath + json-path + ${json-path.version} + test + @@ -451,7 +546,7 @@ org.apache.cxf cxf-codegen-plugin - ${cxf.version} + ${apache.cxf.version} -- cgit v1.2.3