File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
17
17
<dependency >
18
18
<groupId >com.maxmind.geoip2</groupId >
19
19
<artifactId >geoip2</artifactId >
20
- <version >4.3.0 </version >
20
+ <version >4.3.1 </version >
21
21
</dependency >
22
22
```
23
23
@@ -30,7 +30,7 @@ repositories {
30
30
mavenCentral()
31
31
}
32
32
dependencies {
33
- compile 'com.maxmind.geoip2:geoip2:4.3.0 '
33
+ compile 'com.maxmind.geoip2:geoip2:4.3.1 '
34
34
}
35
35
```
36
36
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.maxmind.geoip2</groupId >
5
5
<artifactId >geoip2</artifactId >
6
- <version >4.3.1-SNAPSHOT </version >
6
+ <version >4.3.1</version >
7
7
<packaging >jar</packaging >
8
8
<name >MaxMind GeoIP2 API</name >
9
9
<description >GeoIP2 webservice client and database reader</description >
You can’t perform that action at this time.
0 commit comments