From 2c219c11a3dcce32de241ad854c8925e7570389c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 05:28:51 +0000 Subject: [PATCH] Bump geoip2 from 2.12.0 to 2.15.0 Bumps [geoip2](https://github.com/maxmind/GeoIP2-java) from 2.12.0 to 2.15.0. - [Release notes](https://github.com/maxmind/GeoIP2-java/releases) - [Changelog](https://github.com/maxmind/GeoIP2-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/maxmind/GeoIP2-java/compare/v2.12.0...v2.15.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69d14005..563bdfad 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.15.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'