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- 4.3.0
4+ 4.3.0 (2026-05-12)
55------------------
66
77* Added ` FAT_ZEBRA ` to the ` Payment.Processor ` enum.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
1616 <dependency >
1717 <groupId >com.maxmind.minfraud</groupId >
1818 <artifactId >minfraud</artifactId >
19- <version >4.2 .0</version >
19+ <version >4.3 .0</version >
2020 </dependency >
2121```
2222
@@ -29,7 +29,7 @@ repositories {
2929 mavenCentral()
3030}
3131dependencies {
32- implementation 'com.maxmind.minfraud:minfraud:4.2 .0'
32+ implementation 'com.maxmind.minfraud:minfraud:4.3 .0'
3333}
3434```
3535
Original file line number Diff line number Diff line change 11# @generated - this file is auto-generated by `mise lock` https://mise.jdx.dev/dev-tools/mise-lock.html
22
33[[tools.java]]
4- version = "26.0.0 "
4+ version = "26.0.1 "
55backend = "core:java"
66
77[[tools.maven]]
Original file line number Diff line number Diff line change 44
55 <groupId >com.maxmind.minfraud</groupId >
66 <artifactId >minfraud</artifactId >
7- <version >4.2 .0</version >
7+ <version >4.3 .0</version >
88 <name >MaxMind minFraud API</name >
99 <description >MaxMind minFraud Score, Insights, Factors and Report Transaction API</description >
1010 <url >http://dev.maxmind.com/minfraud</url >
7373 <dependency >
7474 <groupId >com.maxmind.geoip2</groupId >
7575 <artifactId >geoip2</artifactId >
76- <version >5.0.2 </version >
76+ <version >5.1.0 </version >
7777 </dependency >
7878 <dependency >
7979 <groupId >org.junit.jupiter</groupId >
263263 <properties >
264264 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
265265 <!-- Baseline version for API compatibility checking. Update after each release. -->
266- <japicmp .baselineVersion>4.2 .0</japicmp .baselineVersion>
266+ <japicmp .baselineVersion>4.3 .0</japicmp .baselineVersion>
267267 </properties >
268268
269269 <profiles >
You can’t perform that action at this time.
0 commit comments