From 354f79b55955ec8f0560bbcc5ebdc974c38bd9ea Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Tue, 4 Oct 2022 16:23:51 -0500 Subject: [PATCH] Update various dependencies: commons-cli - 1.5.0 commons-codec - 1.15 commons-lang3 - 3.12.0 hazelcast - 3.12.13 log4j - 2.19.0 spring - 5.3.23 spring-boot - 2.7.4 guice - 4.2.3 jaxrs - 2.1.1 htmlunit - 2.65.1 easymock - 4.3 gmaven - 1.13.1 groovy - 2.15.18 junit - 4.13.2 hibernate - 5.6.12 powermock - 2.0.2 cxf - 3.5.3 bcprov - 1.70 --- crypto/cipher/pom.xml | 2 +- crypto/hash/pom.xml | 2 +- pom.xml | 34 +++++++++++++++++----------------- samples/jaxrs/pom.xml | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml index 488e0bc20e..62c1ffcac3 100644 --- a/crypto/cipher/pom.xml +++ b/crypto/cipher/pom.xml @@ -63,7 +63,7 @@ org.bouncycastle bcprov-jdk15on - 1.64 + 1.70 test diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml index 2ac6b46d34..213a82f19d 100644 --- a/crypto/hash/pom.xml +++ b/crypto/hash/pom.xml @@ -63,7 +63,7 @@ org.bouncycastle bcprov-jdk15on - 1.64 + 1.70 test diff --git a/pom.xml b/pom.xml index e1e87b1e98..49cb840af6 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ - 1.7.1 + 1.9.0 ${user.name}-${maven.build.timestamp} 2022-06-23T18:55:19Z @@ -82,17 +82,17 @@ 1.9.7 3.2.2 1.9.4 - 1.4 - 1.14 + 1.5.0 + 1.15 3.2.2 2.8.0 - 3.9 + 3.12.0 1.2 2.6.11 - 3.12.12 + 3.12.13 2.5.0 1.3.2 1.8 @@ -103,24 +103,24 @@ 2.3.2 1.7.36 1.2.11 - 2.17.1 - 5.3.20 - 2.7.0 - 4.2.2 - 2.0.1 - 2.39.0 + 2.19.0 + 5.3.23 + 2.7.4 + 4.2.3 + 2.1.1 + 2.65.1 - 4.1 - 1.8.0 - 2.5.14 - 4.12 + 4.3 + 1.13.1 + 2.5.18 + 4.13.2 0.11.0 - 5.4.3.Final + 5.6.12.Final 1.2.5 - 2.0.2 + 2.0.9 ${jdk.version} ${jdk.version} diff --git a/samples/jaxrs/pom.xml b/samples/jaxrs/pom.xml index 92860e242e..1b6fab389a 100644 --- a/samples/jaxrs/pom.xml +++ b/samples/jaxrs/pom.xml @@ -153,7 +153,7 @@ cxf - 3.3.5 + 3.5.3