Skip to content

Commit e31e1c8

Browse files
committed
Update dependencies
1 parent 402dd4d commit e31e1c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To do this, add the dependency to your pom.xml:
2828
<dependency>
2929
<groupId>com.maxmind.geoip2</groupId>
3030
<artifactId>geoip2</artifactId>
31-
<version>0.8.0</version>
31+
<version>0.8.1-SNAPSHOT</version>
3232
</dependency>
3333
```
3434

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.maxmind.db</groupId>
4141
<artifactId>maxmind-db</artifactId>
42-
<version>0.3.3</version>
42+
<version>0.3.4-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>junit</groupId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.core</groupId>
5757
<artifactId>jackson-databind</artifactId>
58-
<version>2.2.3</version>
58+
<version>2.4.2</version>
5959
</dependency>
6060
</dependencies>
6161
<properties>

0 commit comments

Comments
 (0)