From be43e90643f919e04899dd32598a42af9eba9545 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Tue, 13 Dec 2022 13:22:26 +0100 Subject: [PATCH 1/2] #3616 - Upgrade dependencies - mockito 4.6.1 -> 4.9.0 - log4j2 2.18.0 -> 2.19.0 - wicket 9.11.0 -> 9.12.0 - wicketstuff 9.11.0 -> 9.12.0 - rdf4j 4.1.3 -> 4.2.2 - jackson 2.13.4 -> 2.14.1 - axios -> webjars removed from maven - oauth2-oidc-sdk 9.35 -> 9.43.1 - commons-compress 1.21 -> 1.22 - picocli 4.6.3 -> 4.7.0 --- inception/pom.xml | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/inception/pom.xml b/inception/pom.xml index a0b82792fd3..2a106406484 100644 --- a/inception/pom.xml +++ b/inception/pom.xml @@ -63,7 +63,7 @@ 5.9.1 1.9.1 - 4.6.1 + 4.9.0 3.23.1 4.2.0 1.6 @@ -83,7 +83,7 @@ 2.2.7 1.7.36 - 2.18.0 + 2.19.0 3.5.0.Final 3.0.13 @@ -96,8 +96,8 @@ 5.6.14.Final 6.2.5.Final - 9.11.0 - 9.11.0 + 9.12.0 + 9.12.0 9.11.0 6.0.0-M8 3.0.4 @@ -120,8 +120,8 @@ 1.3.6 - 4.1.3 - + 4.2.2 + 4.6.1 @@ -132,7 +132,7 @@ 20180813 2.6.0 - 2.13.4 + 2.14.1 1.33 4.10.0 3.2.0 @@ -1298,11 +1298,6 @@ ${jquery-ui.version} - - org.webjars.npm - axios - 0.24.0 - org.webjars font-awesome @@ -1627,7 +1622,7 @@ com.nimbusds oauth2-oidc-sdk - 9.35 + 9.43.1 io.jsonwebtoken @@ -1872,7 +1867,7 @@ org.apache.commons commons-compress - 1.21 + 1.22 commons-codec @@ -2176,12 +2171,12 @@ info.picocli picocli - 4.6.3 + 4.7.0 info.picocli picocli-spring-boot-starter - 4.6.3 + 4.7.0 From be09499ff12969d03b123f023efec30765c61485 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Tue, 13 Dec 2022 13:38:49 +0100 Subject: [PATCH 2/2] #3616 - Upgrade dependencies - log4j2 2.19.0 -> 2.18.0 (uimaj is not compatible with 2.19.0 yet) --- inception/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inception/pom.xml b/inception/pom.xml index 2a106406484..78d5b230f98 100644 --- a/inception/pom.xml +++ b/inception/pom.xml @@ -83,7 +83,7 @@ 2.2.7 1.7.36 - 2.19.0 + 2.18.0 3.5.0.Final 3.0.13