Skip to content

Commit 8361ee3

Browse files
[7.5] Update jackson-databind to 2.8.11.4 (#49347) (#49938)
Co-authored-by: Rafael Acevedo <[email protected]>
1 parent 9e6c49d commit 8361ee3

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:20180911'

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
@@ -42,7 +42,7 @@ dependencies {
4242
compile "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
4343
compile "commons-codec:commons-codec:${versions.commonscodec}"
4444
compile "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
45-
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.11.3'
45+
compile "com.fasterxml.jackson.core:jackson-databind:${versions.jacksondatabind}"
4646
compile "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
4747
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${versions.jackson}"
4848
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
@@ -21,7 +21,7 @@ dependencies {
2121
compile "commons-codec:commons-codec:${versions.commonscodec}"
2222
compile "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
2323
compile "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
24-
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.11.3'
24+
compile "com.fasterxml.jackson.core:jackson-databind:${versions.jacksondatabind}"
2525
compile "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
2626
testCompile project(":test:framework")
2727
testCompile project(":plugins:repository-s3")

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)