From 394dfa1ce7317258c0576e2e6061c6d4221d5c14 Mon Sep 17 00:00:00 2001 From: Shen-Ta Hsieh Date: Sat, 31 Aug 2019 15:40:59 +0800 Subject: [PATCH] upgrade jackson-databind and commons-beanutils for CVEs Signed-off-by: Shen-Ta Hsieh --- airsonic-main/pom.xml | 1 + pom.xml | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airsonic-main/pom.xml b/airsonic-main/pom.xml index 3aad5905..adcf126f 100755 --- a/airsonic-main/pom.xml +++ b/airsonic-main/pom.xml @@ -426,6 +426,7 @@ commons-beanutils commons-beanutils + 1.9.4 runtime diff --git a/pom.xml b/pom.xml index 28bb7700..d35bb64a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,6 @@ true UTF-8 3.3.1 - 2.9.9 8.5.42 @@ -114,17 +113,17 @@ com.fasterxml.jackson.core jackson-core - ${jackson.version} + 2.9.9 com.fasterxml.jackson.core jackson-databind - ${jackson.version} + 2.9.9.3 com.fasterxml.jackson.core jackson-annotations - ${jackson.version} + 2.9.9 com.google.guava