From bf5d8af5ba2d122c90a1d4b2776961cb01fb2e6f Mon Sep 17 00:00:00 2001 From: vd-com <84848143+vd-com@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:31:10 +0100 Subject: [PATCH] fix security warning fix snyk warning --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 921027e..625f2fa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ch.mobileid.mid-java-client mid-java-client-parent - 1.5.2 + 1.5.3 Mobile ID Java client Mobile ID client reference implementation in Java https://github.com/MobileID-Strong-Authentication/mobileid-client-java @@ -53,17 +53,17 @@ com.fasterxml.jackson.core jackson-databind - 2.14.0-rc2 + 2.14.0 com.fasterxml.jackson.core jackson-core - 2.14.0-rc2 + 2.14.0 com.fasterxml.jackson.core jackson-annotations - 2.14.0-rc2 + 2.14.0 org.apache.httpcomponents.client5