From c2416a57a8ab0e2899cd83fc18b0541e660d75c7 Mon Sep 17 00:00:00 2001 From: "Romain DEP." Date: Tue, 27 Feb 2018 02:28:58 +0100 Subject: [PATCH] deps: update jackson to a vuln-free version, bump java-jwt in the process --- airsonic-main/pom.xml | 2 +- pom.xml | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/airsonic-main/pom.xml b/airsonic-main/pom.xml index 31de9a30..ba26cc0e 100644 --- a/airsonic-main/pom.xml +++ b/airsonic-main/pom.xml @@ -93,7 +93,7 @@ com.auth0 java-jwt - 3.1.0 + 3.3.0 org.springframework.ldap diff --git a/pom.xml b/pom.xml index 42ab4227..fd11f43e 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ org.springframework.boot spring-boot-dependencies - 1.5.8.RELEASE + 1.5.10.RELEASE pom import @@ -113,6 +113,16 @@ commons-io 2.5 + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.1 + @@ -195,7 +205,7 @@ org.owasp dependency-check-maven - 3.0.2 + 3.1.1 true true