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 @@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
1616 <dependency >
1717 <groupId >com.maxmind.db</groupId >
1818 <artifactId >maxmind-db</artifactId >
19- <version >3.1.1 </version >
19+ <version >3.2.0 </version >
2020 </dependency >
2121```
2222
@@ -29,7 +29,7 @@ repositories {
2929 mavenCentral()
3030}
3131dependencies {
32- compile 'com.maxmind.db:maxmind-db:3.1.1 '
32+ compile 'com.maxmind.db:maxmind-db:3.2.0 '
3333}
3434```
3535
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.maxmind.db</groupId >
55 <artifactId >maxmind-db</artifactId >
6- <version >3.1.2-SNAPSHOT </version >
6+ <version >3.2.0 </version >
77 <packaging >jar</packaging >
88 <name >MaxMind DB Reader</name >
99 <description >Reader for MaxMind DB</description >
You can’t perform that action at this time.
0 commit comments