From f1ff872d4321e81824b7ad8732151757028113ad Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Wed, 1 Jul 2020 22:27:51 +0200 Subject: Updating dependency with owasp check --- pom.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1188a71d5..1bd70fb38 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,8 @@ 2.0 - 1.22.3 + 1.30.0 + 4.1.50.Final @@ -502,6 +503,64 @@ org.apache.jackrabbit oak-segment-tar ${jcr-oak.version} + + + io.netty + netty-transport + + + io.netty + netty-resolver + + + io.netty + netty-handler + + + io.netty + netty-common + + + io.netty + netty-codec + + + io.netty + netty-buffer + + + + + + io.netty + netty-transport + ${netty.version} + + + io.netty + netty-resolver + ${netty.version} + + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-common + ${netty.version} + + + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-buffer + ${netty.version} org.apache.jackrabbit @@ -1351,6 +1410,14 @@ + + + com.google.guava + guava + 29.0-jre + + + org.xmlunit xmlunit-core @@ -1818,6 +1885,10 @@ + + + + -- cgit v1.2.3