Skip to content

Commit db1511d

Browse files
authored
Merge pull request #341 from maxmind/greg/release
Release 4.0.1
2 parents 93c12a2 + 9b8c421 commit db1511d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
4.0.1
4+
4.0.1 (2023-03-02)
55
------------------
66

77
* `com.maxmind.db` is now a transitive dependency of this Java module.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
1717
<dependency>
1818
<groupId>com.maxmind.geoip2</groupId>
1919
<artifactId>geoip2</artifactId>
20-
<version>4.0.0</version>
20+
<version>4.0.1</version>
2121
</dependency>
2222
```
2323

@@ -30,7 +30,7 @@ repositories {
3030
mavenCentral()
3131
}
3232
dependencies {
33-
compile 'com.maxmind.geoip2:geoip2:4.0.0'
33+
compile 'com.maxmind.geoip2:geoip2:4.0.1'
3434
}
3535
```
3636

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.maxmind.geoip2</groupId>
55
<artifactId>geoip2</artifactId>
6-
<version>4.0.1-SNAPSHOT</version>
6+
<version>4.0.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>MaxMind GeoIP2 API</name>
99
<description>GeoIP2 webservice client and database reader</description>
@@ -44,17 +44,17 @@
4444
<dependency>
4545
<groupId>com.fasterxml.jackson.core</groupId>
4646
<artifactId>jackson-databind</artifactId>
47-
<version>2.14.1</version>
47+
<version>2.14.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>
5151
<artifactId>jackson-core</artifactId>
52-
<version>2.14.1</version>
52+
<version>2.14.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.core</groupId>
5656
<artifactId>jackson-annotations</artifactId>
57-
<version>2.14.1</version>
57+
<version>2.14.2</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>junit</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.fasterxml.jackson.jr</groupId>
7373
<artifactId>jackson-jr-objects</artifactId>
74-
<version>2.14.1</version>
74+
<version>2.14.2</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.puppycrawl.tools</groupId>
108108
<artifactId>checkstyle</artifactId>
109-
<version>10.5.0</version>
109+
<version>10.8.0</version>
110110
</dependency>
111111
</dependencies>
112112
<executions>

0 commit comments

Comments
 (0)