From 5f6ec01eb82e250120e460c4de7b4c66fb440920 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 7 Mar 2024 08:33:48 +0100 Subject: [PATCH] Update sdc-distribution-client and vulnerable dependencies in model-loader - update sdc-distribution-client from 2.0.0 to 2.1.1 - update gson from 2.8.9 to 2.10.1 - update json-sanitizer from 1.2.0 to 1.2.3 Issue-ID: AAI-3804 Change-Id: Id5666f38fac054f71fc003fe80867c928f9e0937 Signed-off-by: Fiete Ostkamp --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9b4c510..8f2beeb 100644 --- a/pom.xml +++ b/pom.xml @@ -62,10 +62,11 @@ 2020.0.2 1.10.0 1.22 + 2.10.1 1.3 1.9.5 1.2.1 - 2.0.0 + 2.1.1 1.2.11 0.39.0 @@ -268,6 +269,7 @@ com.google.code.gson gson + ${gson.version} @@ -275,7 +277,7 @@ com.mikesamuel json-sanitizer - 1.2.0 + 1.2.3 -- 2.16.6