From: Simon Brandhof Date: Fri, 11 May 2018 07:51:37 +0000 (+0200) Subject: SONAR-10608 upgrade Jackson to fix vulnerabilities X-Git-Tag: 7.5~1198 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bab3c7d6847c723bd3f0cacd4ef4b0cb3099947d;p=sonarqube.git SONAR-10608 upgrade Jackson to fix vulnerabilities --- diff --git a/build.gradle b/build.gradle index e95becfea4a..e94fb0b6512 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ subprojects { dependency 'commons-dbutils:commons-dbutils:1.5' dependency 'commons-io:commons-io:2.4' dependency 'commons-lang:commons-lang:2.6' - dependencySet(group: 'com.fasterxml.jackson.core', version: '2.8.11') { + dependencySet(group: 'com.fasterxml.jackson.core', version: '2.9.5') { entry 'jackson-core' entry 'jackson-databind' entry 'jackson-annotations'