Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
forcing updated version of jackson-core vs excluding
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Jan 13, 2021
1 parent 0adc6b0 commit e0d0627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e0d0627

Please sign in to comment.