Skip to content

Commit 6633fcc

Browse files
oschwaldclaude
andcommitted
Require geoip2 5.2.0 for residential data
geoip2 5.2.0 has been released on Maven Central with the AnonymizerFeed residential proxy data support. Bump the dependency from 5.1.0 to 5.2.0 so the Anonymizer.residential field added in the previous commit is actually populated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1b3a6b9 commit 6633fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.maxmind.geoip2</groupId>
7575
<artifactId>geoip2</artifactId>
76-
<version>5.1.0</version>
76+
<version>5.2.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)