From 95b338ed1b91e2fd4684ac0fe0b4f7f9ac736bb0 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 25 Apr 2018 22:30:21 +0200 Subject: [PATCH] SONAR-10608 Fix vulnerabilities in Jackson JSON parser --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5