Bump jackson-databind version for ingest-geoip (#39182)
This commit bumps the jackson-databind version for ingest-geoip to 2.8.11.3.
This commit is contained in:
parent
fe9b89ef97
commit
751c05eff9
|
@ -4,6 +4,9 @@ lucene = 8.0.0-snapshot-83f9835
|
||||||
# optional dependencies
|
# optional dependencies
|
||||||
spatial4j = 0.7
|
spatial4j = 0.7
|
||||||
jts = 1.15.0
|
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
|
jackson = 2.8.11
|
||||||
snakeyaml = 1.17
|
snakeyaml = 1.17
|
||||||
icu4j = 62.1
|
icu4j = 62.1
|
||||||
|
|
|
@ -27,7 +27,7 @@ dependencies {
|
||||||
compile ('com.maxmind.geoip2:geoip2:2.9.0')
|
compile ('com.maxmind.geoip2:geoip2:2.9.0')
|
||||||
// geoip2 dependencies:
|
// geoip2 dependencies:
|
||||||
compile("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
|
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')
|
compile('com.maxmind.db:maxmind-db:1.2.2')
|
||||||
|
|
||||||
testCompile 'org.elasticsearch:geolite2-databases:20180911'
|
testCompile 'org.elasticsearch:geolite2-databases:20180911'
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
844df5aba5a1a56e00905b165b12bb34116ee858
|
|
@ -1 +0,0 @@
|
||||||
0569a9f220273024523799dba9dd358121b0ee09
|
|
Loading…
Reference in New Issue