From e0d06277339da60a77073dd2453856db8b1bd4d2 Mon Sep 17 00:00:00 2001 From: David Cui Date: Tue, 12 Jan 2021 16:44:18 -0800 Subject: [PATCH] forcing updated version of jackson-core vs excluding --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 6d33ef5935..dde16120ab 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -31,7 +31,7 @@ thirdPartyAudit.enabled = false configurations.all { // conflict with spring-jcl exclude group: "commons-logging", module: "commons-logging" - exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core' + resolutionStrategy.force 'com.fasterxml.jackson.core:jackson-core:2.10.5' // enforce 1.1.3, https://www.whitesourcesoftware.com/vulnerability-database/WS-2019-0379 resolutionStrategy.force 'commons-codec:commons-codec:1.13' resolutionStrategy.force 'com.google.guava:guava:29.0-jre'