Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
by upgrading dependency jackson-databind/ to 2.10.0: FasterXML/jackson-databind#2478
  • Loading branch information
marco-schmidt committed Oct 9, 2019
1 parent 5ab2b8a commit 0f73a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dependencies {
configurations.all {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
if (details.requested.group == 'com.fasterxml.jackson.core' && details.requested.name == 'jackson-databind') {
details.useVersion '2.9.10'
details.because 'CVE-2019-16335, CVE-2019-14540'
details.useVersion '2.10.0'
details.because 'CVE-2019-16942, CVE-2019-16943'
}
if (details.requested.group == 'commons-beanutils' && details.requested.name == 'commons-beanutils') {
details.useVersion '1.9.4'
Expand Down

0 comments on commit 0f73a08

Please sign in to comment.