Skip to content

Commit afbb144

Browse files
committed
Update jackson-databind to 2.8.11.6 (#53522)
This commit upgrades the jackson-databind depdendency to 2.8.11.6. Additionally, we revert a previous change that put ingest-geoip on the version of jackson-databind from the version properties file. This is because upgrading ingest-geoip to a later version of jackson-databind also requires an upgrade to the geoip2 dependency which is currently blocked. Therefore, if we can get to a point where we otherwise upgrade our Jackson dependencies, we do not want ingest-geoip to automatically come along with it.
1 parent d4a6774 commit afbb144

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

modules/ingest-geoip/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
// Upgrade to 2.10.0 or higher when jackson-core gets upgraded to 2.9.x. Blocked by #27032
2727
compile ('com.maxmind.geoip2:geoip2:2.9.0')
2828
// geoip2 dependencies:
29-
compile("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
30-
compile("com.fasterxml.jackson.core:jackson-databind:2.8.11.3")
29+
compile("com.fasterxml.jackson.core:jackson-annotations:2.8.11")
30+
compile("com.fasterxml.jackson.core:jackson-databind:2.8.11.6")
3131
compile('com.maxmind.db:maxmind-db:1.2.2')
3232

3333
testCompile 'org.elasticsearch:geolite2-databases:20180911'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
35753201d0cdb1dbe998ab289bca1180b68d4368

plugins/discovery-ec2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
compile "org.apache.httpcomponents:httpcore:${versions.httpcore}"
3434
compile "commons-logging:commons-logging:${versions.commonslogging}"
3535
compile "commons-codec:commons-codec:${versions.commonscodec}"
36-
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.11.3'
36+
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.11.6'
3737
compile "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
3838
}
3939

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
35753201d0cdb1dbe998ab289bca1180b68d4368

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 "commons-logging:commons-logging:${versions.commonslogging}"
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:2.8.11.6'
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}"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
35753201d0cdb1dbe998ab289bca1180b68d4368

0 commit comments

Comments
 (0)