Bump geoip2 from 2.13.0 to 2.13.1 in /Plan

Bumps [geoip2](https://github.com/maxmind/GeoIP2-java) from 2.13.0 to 2.13.1.
- [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.13.0...v2.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-04 05:23:05 +00:00
parent 36579cfcd0
commit f67414de70

View File

@ -94,7 +94,7 @@ subprojects {
ext.mysqlVersion = "8.0.19"
ext.hikariVersion = "3.4.2"
ext.slf4jVersion = "1.7.30"
ext.geoIpVersion = "2.13.0"
ext.geoIpVersion = "2.13.1"
ext.gsonVersion = "2.8.6"
ext.guavaVersion = "28.0-jre"
ext.bstatsVersion = "1.4"