We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239fdc0 commit 957fbdbCopy full SHA for 957fbdb
1 file changed
README.md
@@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
17
<dependency>
18
<groupId>com.maxmind.geoip2</groupId>
19
<artifactId>geoip2</artifactId>
20
- <version>2.16.1</version>
+ <version>2.17.0</version>
21
</dependency>
22
```
23
@@ -30,7 +30,7 @@ repositories {
30
mavenCentral()
31
}
32
dependencies {
33
- compile 'com.maxmind.geoip2:geoip2:2.16.1'
+ compile 'com.maxmind.geoip2:geoip2:2.17.0'
34
35
36
0 commit comments