File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 >4.0.2 </version >
19+ <version >4.1.0 </version >
2020 </dependency >
2121```
2222
@@ -29,7 +29,7 @@ repositories {
2929 mavenCentral()
3030}
3131dependencies {
32- compile 'com.maxmind.db:maxmind-db:4.0.2 '
32+ compile 'com.maxmind.db:maxmind-db:4.1.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 >4.0.2 </version >
6+ <version >4.1.0 </version >
77 <packaging >jar</packaging >
88 <name >MaxMind DB Reader</name >
99 <description >Reader for MaxMind DB</description >
168168 <properties >
169169 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
170170 <!-- Baseline version for API compatibility checking. Update after each release. -->
171- <japicmp .baselineVersion>4.0.2 </japicmp .baselineVersion>
171+ <japicmp .baselineVersion>4.1.0 </japicmp .baselineVersion>
172172 </properties >
173173 <profiles >
174174 <profile >
You can’t perform that action at this time.
0 commit comments