Merge pull request #228 from Tysseract/master

changed geoip version to 2.8.1 because build dependencies were failing
This commit is contained in:
Andy Janata 2020-05-23 17:58:42 -07:00 committed by GitHub
commit 47cff643a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>net.sf.uadetector</groupId>