changed geoip version to 2.8.1 to make build work

This commit is contained in:
Tys vanZeyl 2020-03-29 16:09:27 -07:00
parent 8e1c5e805b
commit 99f9c46d26
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>