Skip to content

Commit a76672d

Browse files
committed
Update geoip2 to 4.2.0
1 parent 60164fe commit a76672d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
3.3.0 (2023-12-05)
5+
------------------
6+
7+
* Updated `geoip2` dependency to version that includes the `isAnycast` method
8+
on `com.maxmind.geoip2.record.Traits`. This returns `true` if the IP
9+
address belongs to an [anycast network](https://en.wikipedia.org/wiki/Anycast).
10+
This is available in minFraud Insights and Factors.
11+
412
3.2.0 (2023-10-27)
513
------------------
614

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.maxmind.geoip2</groupId>
6161
<artifactId>geoip2</artifactId>
62-
<version>4.1.0</version>
62+
<version>4.2.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>commons-validator</groupId>

0 commit comments

Comments
 (0)