Skip to content

Commit 751c05e

Browse files
committed
Bump jackson-databind version for ingest-geoip (#39182)
This commit bumps the jackson-databind version for ingest-geoip to 2.8.11.3.
1 parent fe9b89e commit 751c05e

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

buildSrc/version.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ lucene = 8.0.0-snapshot-83f9835
44
# optional dependencies
55
spatial4j = 0.7
66
jts = 1.15.0
7+
# note that ingest-geoip has a hard-coded version; if you modify this version,
8+
# you should also inspect that version to see if it can be advanced along with
9+
# the com.maxmind.geoip2:geoip2 dependency
710
jackson = 2.8.11
811
snakeyaml = 1.17
912
icu4j = 62.1

modules/ingest-geoip/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
compile ('com.maxmind.geoip2:geoip2:2.9.0')
2828
// geoip2 dependencies:
2929
compile("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
30-
compile("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
30+
compile("com.fasterxml.jackson.core:jackson-databind:2.8.11.3")
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+
844df5aba5a1a56e00905b165b12bb34116ee858

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)