|
|
@@ -23,11 +23,12 @@ esplugin {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- compile ('com.maxmind.geoip2:geoip2:2.8.0')
|
|
|
+ // Upgrade to 2.10.0 or higher when jackson-core gets upgraded to 2.9.x
|
|
|
+ compile ('com.maxmind.geoip2:geoip2:2.9.0')
|
|
|
// geoip2 dependencies:
|
|
|
- compile('com.fasterxml.jackson.core:jackson-annotations:2.8.2')
|
|
|
- compile('com.fasterxml.jackson.core:jackson-databind:2.8.2')
|
|
|
- compile('com.maxmind.db:maxmind-db:1.2.1')
|
|
|
+ compile("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
|
|
|
+ compile("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
|
|
|
+ compile('com.maxmind.db:maxmind-db:1.2.2')
|
|
|
|
|
|
testCompile 'org.elasticsearch:geolite2-databases:20171206'
|
|
|
}
|