mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Update MaxMind geoip2 version to 2.6
Update to align with #16801 jackson 2.7.1
This commit is contained in:
parent
f871b9bba2
commit
3af735c69e
@ -23,11 +23,11 @@ esplugin {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile ('com.maxmind.geoip2:geoip2:2.4.0')
|
||||
compile ('com.maxmind.geoip2:geoip2:2.6.0')
|
||||
// geoip2 dependencies:
|
||||
compile('com.fasterxml.jackson.core:jackson-annotations:2.5.0')
|
||||
compile('com.fasterxml.jackson.core:jackson-databind:2.5.3')
|
||||
compile('com.maxmind.db:maxmind-db:1.0.1')
|
||||
compile('com.fasterxml.jackson.core:jackson-annotations:2.7.1')
|
||||
compile('com.fasterxml.jackson.core:jackson-databind:2.7.1')
|
||||
compile('com.maxmind.db:maxmind-db:1.2.0')
|
||||
|
||||
testCompile 'org.elasticsearch:geolite2-databases:20151029'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user