Browse Source

Bump jackson-databind version for ingest-geoip (#39182)

This commit bumps the jackson-databind version for ingest-geoip to
2.8.11.3.
Jason Tedor 6 years ago
parent
commit
10f65b7348

+ 3 - 0
buildSrc/version.properties

@@ -4,6 +4,9 @@ lucene            = 8.0.0-snapshot-83f9835
 # optional dependencies
 spatial4j         = 0.7
 jts               = 1.15.0
+# note that ingest-geoip has a hard-coded version; if you modify this version,
+# you should also inspect that version to see if it can be advanced along with
+# the com.maxmind.geoip2:geoip2 dependency
 jackson           = 2.8.11
 snakeyaml         = 1.17
 icu4j             = 62.1

+ 1 - 1
modules/ingest-geoip/build.gradle

@@ -27,7 +27,7 @@ dependencies {
   compile ('com.maxmind.geoip2:geoip2:2.9.0')
   // geoip2 dependencies:
   compile("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
-  compile("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
+  compile("com.fasterxml.jackson.core:jackson-databind:2.8.11.3")
   compile('com.maxmind.db:maxmind-db:1.2.2')
 
   testCompile 'org.elasticsearch:geolite2-databases:20180911'

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

@@ -0,0 +1 @@
+844df5aba5a1a56e00905b165b12bb34116ee858

+ 0 - 1
modules/ingest-geoip/licenses/jackson-databind-2.8.11.jar.sha1

@@ -1 +0,0 @@
-0569a9f220273024523799dba9dd358121b0ee09