From 7972ad7a8a801ef6651428f8be0af9257a69fa42 Mon Sep 17 00:00:00 2001 From: Captain-P-Goldfish Date: Thu, 16 Feb 2023 18:41:29 +0100 Subject: [PATCH] Update dependencies fixes #425 --- pom.xml | 14 +++++++------- samples/scim-sdk-quarkus-example/pom.xml | 2 +- scim-sdk-client/pom.xml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 8353a871..d2fb1d95 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 4.11.1 4.5.14 4.4.16 - 1.70 + 1.72 3.29.2-GA @@ -97,7 +97,7 @@ 0.10.2 5.1.1 3.15.3.Final - 3.13 + 3.13.2 3.0.2 5.2.2.RELEASE @@ -109,11 +109,11 @@ 3.10.1 2.22.0 3.2.1 - 3.0.0-M8 + 3.0.0-M9 3.2.1 - 3.4.0 + 3.5.0 3.0.1 - 3.0.0 + 3.1.0 3.0.0-M7 1.11.2 2.14.2 @@ -206,12 +206,12 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on ${version.bouncy.castle} org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on ${version.bouncy.castle} diff --git a/samples/scim-sdk-quarkus-example/pom.xml b/samples/scim-sdk-quarkus-example/pom.xml index 18379768..348bba8a 100644 --- a/samples/scim-sdk-quarkus-example/pom.xml +++ b/samples/scim-sdk-quarkus-example/pom.xml @@ -12,7 +12,7 @@ de.captaingoldfish.scim.sdk.quarkus.sample - 2.16.1.Final + 2.16.2.Final diff --git a/scim-sdk-client/pom.xml b/scim-sdk-client/pom.xml index 462e4509..96530dac 100644 --- a/scim-sdk-client/pom.xml +++ b/scim-sdk-client/pom.xml @@ -31,11 +31,11 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on