diff --git a/build.gradle b/build.gradle index 82f2c807..b06d9298 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ dependencies { exclude group: 'com.google.code.findbugs', module: 'jsr305' } compile group: 'net.sf.uadetector', name: 'uadetector-resources', version: '2014.10' - compile (group: 'com.maxmind.geoip2', name: 'geoip2', version:'2.12.0') { + compile (group: 'com.maxmind.geoip2', name: 'geoip2', version:'2.14.0') { // We only use DB mode, and Google's HTTP client pulls in Apache HTTP // client which conflicts with the version via Hadoop. exclude group: 'com.google.http-client', module: 'google-http-client'