File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.8.0
5+ ------------------
6+
7+ * ` commons-validator ` has been removed as a dependency. This module now does
8+ its own email and domain name validation. This was done to reduce the number
9+ of dependencies and any security vulnerabilities in them. The new email
10+ validation of the local part is somewhat more lax than the previous
11+ validation.
12+
4133.7.2 (2025-05-28)
514------------------
615
Original file line number Diff line number Diff line change 6262 <artifactId >geoip2</artifactId >
6363 <version >4.3.1</version >
6464 </dependency >
65- <dependency >
66- <groupId >commons-validator</groupId >
67- <artifactId >commons-validator</artifactId >
68- <version >1.9.0</version >
69- </dependency >
7065 <dependency >
7166 <groupId >org.junit.jupiter</groupId >
7267 <artifactId >junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 77 requires com .fasterxml .jackson .databind ;
88 requires com .fasterxml .jackson .datatype .jsr310 ;
99 requires transitive com .maxmind .geoip2 ;
10- requires org .apache .commons .validator ;
1110 requires java .net .http ;
1211
1312 exports com .maxmind .minfraud ;
You can’t perform that action at this time.
0 commit comments