Update MaxMind geoip2 version to 2.6

Update to align with #16801 jackson 2.7.1
This commit is contained in:
Sylwester Lachiewicz 2016-02-27 12:57:24 +01:00
parent f871b9bba2
commit 3af735c69e
1 changed files with 5 additions and 5 deletions

View File

@ -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'
}
@ -60,4 +60,4 @@ thirdPartyAudit.excludes = [
'com.google.api.client.http.HttpResponseException',
'com.google.api.client.http.javanet.NetHttpTransport',
'com.google.api.client.http.javanet.NetHttpTransport',
]
]