From ced21a3c0bb017be036497b72ceea29fe209ef0d Mon Sep 17 00:00:00 2001 From: der Date: Fri, 23 Jan 2026 10:45:20 +0000 Subject: [PATCH] Remove conflicting dependencies CVEs in older libs used by jsonld-java, newer libs are brought in via appbase and lib --- sapi-lib/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sapi-lib/pom.xml b/sapi-lib/pom.xml index 8d27fbb..ac8ba3d 100644 --- a/sapi-lib/pom.xml +++ b/sapi-lib/pom.xml @@ -36,6 +36,20 @@ com.github.jsonld-java jsonld-java 0.13.6 + + + jackson-core + com.fasterxml.jackson.core + + + jackson-databind + com.fasterxml.jackson.core + + + commons-io + commons-io + +