From: Simon Brandhof Date: Wed, 25 Apr 2018 20:30:21 +0000 (+0200) Subject: SONAR-10608 Fix vulnerabilities in Jackson JSON parser X-Git-Tag: 7.5~1330 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=95b338ed1b91e2fd4684ac0fe0b4f7f9ac736bb0;p=sonarqube.git SONAR-10608 Fix vulnerabilities in Jackson JSON parser --- diff --git a/build.gradle b/build.gradle index 600c7e8ca26..7bf736c3987 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.6.6') { + dependencySet(group: 'com.fasterxml.jackson.core', version: '2.8.11') { entry 'jackson-core' entry 'jackson-databind' entry 'jackson-annotations'