Skip to content
Snippets Groups Projects
Commit 765f9d01 authored by felmer's avatar felmer
Browse files

SSDM-11978: Using jackson-databind 2.9.10.8

parent e48d193e
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ dependencies { ...@@ -38,7 +38,7 @@ dependencies {
'testng:testng:6.8-CISD', 'testng:testng:6.8-CISD',
'fasterxml:jackson-core:2.9.10', 'fasterxml:jackson-core:2.9.10',
'fasterxml:jackson-annotations:2.9.10', 'fasterxml:jackson-annotations:2.9.10',
'fasterxml:jackson-databind:2.9.10' 'fasterxml:jackson-databind:2.9.10.8'
testCompile project(path: ':ui-test', configuration: 'tests') testCompile project(path: ':ui-test', configuration: 'tests')
......
...@@ -15,7 +15,7 @@ dependencies { ...@@ -15,7 +15,7 @@ dependencies {
'log4j:log4j-core:2.16.0', 'log4j:log4j-core:2.16.0',
'fasterxml:jackson-annotations:2.9.10', 'fasterxml:jackson-annotations:2.9.10',
'fasterxml:jackson-core:2.9.10', 'fasterxml:jackson-core:2.9.10',
'fasterxml:jackson-databind:2.9.10', 'fasterxml:jackson-databind:2.9.10.8',
'slf4j:slf4j-log4j12:1.7.30' 'slf4j:slf4j-log4j12:1.7.30'
annotationProcessor 'lombok:lombok:1.18.12' annotationProcessor 'lombok:lombok:1.18.12'
......
...@@ -17,7 +17,7 @@ dependencies { ...@@ -17,7 +17,7 @@ dependencies {
'maxmind:maxmind-db:2.0.0', 'maxmind:maxmind-db:2.0.0',
'fasterxml:jackson-core:2.9.10', // It actually requires 2.11.2 needs to be added to the repo 'fasterxml:jackson-core:2.9.10', // It actually requires 2.11.2 needs to be added to the repo
'fasterxml:jackson-annotations:2.9.10', // It actually requires 2.11.2 needs to be added to the repo 'fasterxml:jackson-annotations:2.9.10', // It actually requires 2.11.2 needs to be added to the repo
'fasterxml:jackson-databind:2.9.10', // It actually requires 2.11.2 needs to be added to the repo 'fasterxml:jackson-databind:2.9.10.8', // It actually requires 2.11.2 needs to be added to the repo
'apache:commons-codec:1.10', // It actually requires 1.15 needs to be added to the repo 'apache:commons-codec:1.10', // It actually requires 1.15 needs to be added to the repo
'apache:httpclient:4.3.6' // It actually requires 4.5.13 needs to be added to the repo 'apache:httpclient:4.3.6' // It actually requires 4.5.13 needs to be added to the repo
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment