Skip to content

Commit 62a03cf

Browse files
authored
Merge pull request #746 from maxmind/greg/stf-1005
Release 5.2.0
2 parents 305c0ed + c57d1e5 commit 62a03cf

4 files changed

Lines changed: 31 additions & 24 deletions

File tree

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-
5.2.0 (unreleased)
4+
5.2.0 (2026-07-16)
55
------------------
66

77
* A new `residential` field has been added to the `Anonymizer` record. This

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>5.1.0</version>
20+
<version>5.2.0</version>
2121
</dependency>
2222
```
2323

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

mise.lock

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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>5.1.0</version>
6+
<version>5.2.0</version>
77
<packaging>jar</packaging>
88
<name>MaxMind GeoIP API</name>
99
<description>GeoIP webservice client and database reader</description>
@@ -58,17 +58,17 @@
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-databind</artifactId>
61-
<version>2.22.0</version>
61+
<version>2.22.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.datatype</groupId>
6565
<artifactId>jackson-datatype-jsr310</artifactId>
66-
<version>2.22.0</version>
66+
<version>2.22.1</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.fasterxml.jackson.core</groupId>
7070
<artifactId>jackson-core</artifactId>
71-
<version>2.22.0</version>
71+
<version>2.22.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.fasterxml.jackson.core</groupId>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.fasterxml.jackson.jr</groupId>
8686
<artifactId>jackson-jr-objects</artifactId>
87-
<version>2.22.0</version>
87+
<version>2.22.1</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
@@ -103,7 +103,7 @@
103103
<properties>
104104
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
105105
<!-- Baseline version for API compatibility checking. Update after each release. -->
106-
<japicmp.baselineVersion>5.1.0</japicmp.baselineVersion>
106+
<japicmp.baselineVersion>5.2.0</japicmp.baselineVersion>
107107
</properties>
108108
<build>
109109
<plugins>

0 commit comments

Comments
 (0)