Skip to content

Commit

Permalink
Update maxmind-db version
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 12, 2022
1 parent 691c7ed commit df1655e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.maxmind.db</groupId>
<artifactId>maxmind-db</artifactId>
<version>2.1.0</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module com.maxmind.db {
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.databind;
requires maxmind.db;
requires com.maxmind.db;
requires java.net.http;

exports com.maxmind.geoip2;
Expand Down

0 comments on commit df1655e

Please sign in to comment.