From 5bd562100607af58601b633356f6c57a33041274 Mon Sep 17 00:00:00 2001 From: Thomas Papke Date: Tue, 12 Apr 2022 21:06:10 +0200 Subject: [PATCH] * Use correct bouncy castle artifact in context of version 1.71 (BC changed the jdk15on jars to jdk18on) * Bump certain versions to latest patch level * Replace spring milestone repo with classic maven central --- commons/audit/pom.xml | 4 ++-- commons/ihe/hpd/pom.xml | 2 +- dependencies/pom.xml | 19 ++++++++++++------- platform-camel/ihe/hpd/pom.xml | 5 +++++ pom.xml | 21 ++++++++------------- 5 files changed, 28 insertions(+), 23 deletions(-) diff --git a/commons/audit/pom.xml b/commons/audit/pom.xml index 3825e83134..13d8cd0cd1 100644 --- a/commons/audit/pom.xml +++ b/commons/audit/pom.xml @@ -88,12 +88,12 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on test org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on test diff --git a/commons/ihe/hpd/pom.xml b/commons/ihe/hpd/pom.xml index 9be63dbe18..a84e12c8f8 100644 --- a/commons/ihe/hpd/pom.xml +++ b/commons/ihe/hpd/pom.xml @@ -34,7 +34,7 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on true diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a2f7f995ff..90462f17e4 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -10,14 +10,14 @@ 1.6 1.71 - 5.13.7 + 5.13.8 3.14.2 - 3.5.1 + 3.5.2 2.11.0 1.3.7 3.0.10 2.3 - 5.7.1 + 5.7.2 2.0.4 2.0.0 1.2.0.201212201425 @@ -423,7 +423,12 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on + ${bouncycastle-version} + + + org.bouncycastle + bcpkix-jdk18on ${bouncycastle-version} @@ -956,9 +961,9 @@ - spring-milestones - Spring Milestones - https://repo.spring.io/milestone + central + Maven Central + https://repo1.maven.org/maven2 true diff --git a/platform-camel/ihe/hpd/pom.xml b/platform-camel/ihe/hpd/pom.xml index 73c9be8793..ecab084907 100644 --- a/platform-camel/ihe/hpd/pom.xml +++ b/platform-camel/ihe/hpd/pom.xml @@ -37,6 +37,11 @@ org.springframework spring-web + + org.bouncycastle + bcprov-jdk18on + true + diff --git a/pom.xml b/pom.xml index 17575577fc..7f16e834ce 100644 --- a/pom.xml +++ b/pom.xml @@ -58,10 +58,9 @@ 3.0.2 31.1-jre 1.1.1 - 5.12.0 - 1.70 + 5.13.2 0.6 - 9.0.60 + 9.0.62 4.20 2.9.0 @@ -252,22 +251,18 @@ mockserver-netty ${mockserver-version} test + + + commons-logging + commons-logging + + org.mock-server mockserver-client-java ${mockserver-version} - - org.bouncycastle - bcprov-jdk15on - ${bouncycastle-version} - - - org.bouncycastle - bcpkix-jdk15on - ${bouncycastle-version} -