From 84791225616ead48e18e8ba8d9e5c1506f912359 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 8 Dec 2020 08:30:16 +0100 Subject: [PATCH] temp fix for vulnerability in upstream lib [ci skip] --- main/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main/pom.xml b/main/pom.xml index 5989c3276..77690a641 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -175,6 +175,13 @@ java-jwt ${jwt.version} + + + com.fasterxml.jackson.core + jackson-databind + 2.10.5.1 + +