Skip to content

Commit 261b57c

Browse files
racevedooSivagurunathanV
authored andcommitted
Update jackson-databind to 2.8.11.4 (elastic#49347)
1 parent 8d82517 commit 261b57c

13 files changed

+9
-8
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jts = 1.15.0
1111
# you should also inspect that version to see if it can be advanced along with
1212
# the com.maxmind.geoip2:geoip2 dependency
1313
jackson = 2.8.11
14+
jacksondatabind = 2.8.11.4
1415
snakeyaml = 1.17
1516
icu4j = 62.1
1617
supercsv = 2.4.0

modules/ingest-geoip/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
compile('com.maxmind.geoip2:geoip2:2.9.0')
3030
// geoip2 dependencies:
3131
compile("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
32-
compile("com.fasterxml.jackson.core:jackson-databind:2.8.11.3")
32+
compile("com.fasterxml.jackson.core:jackson-databind:${versions.jacksondatabind}")
3333
compile('com.maxmind.db:maxmind-db:1.2.2')
3434

3535
testCompile 'org.elasticsearch:geolite2-databases:20191119'

modules/ingest-geoip/licenses/jackson-databind-2.8.11.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
596d6923ff4cf7ea72ded3ac32903b9c618ce9f1

plugins/discovery-ec2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
compile "commons-logging:commons-logging:${versions.commonslogging}"
3535
compile "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
3636
compile "commons-codec:commons-codec:${versions.commonscodec}"
37-
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.11.3'
37+
compile "com.fasterxml.jackson.core:jackson-databind:${versions.jacksondatabind}"
3838
compile "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
3939
}
4040

plugins/discovery-ec2/licenses/jackson-databind-2.8.11.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
596d6923ff4cf7ea72ded3ac32903b9c618ce9f1

plugins/repository-s3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
compile "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
4444
compile "commons-codec:commons-codec:${versions.commonscodec}"
4545
compile "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
46-
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.11.3'
46+
compile "com.fasterxml.jackson.core:jackson-databind:${versions.jacksondatabind}"
4747
compile "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
4848
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${versions.jackson}"
4949
compile "joda-time:joda-time:${versions.joda}"

plugins/repository-s3/licenses/jackson-databind-2.8.11.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
596d6923ff4cf7ea72ded3ac32903b9c618ce9f1

x-pack/snapshot-tool/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
compile "commons-codec:commons-codec:${versions.commonscodec}"
2424
compile "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
2525
compile "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
26-
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.11.3'
26+
compile "com.fasterxml.jackson.core:jackson-databind:${versions.jacksondatabind}"
2727
compile "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
2828

2929
// GCS dependencies

x-pack/snapshot-tool/licenses/jackson-databind-2.8.11.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
596d6923ff4cf7ea72ded3ac32903b9c618ce9f1

0 commit comments

Comments
 (0)