Skip to content

Commit 51bff93

Browse files
authored
Merge pull request #491 from maxmind/greg/eng-2170
Release 3.8.0
2 parents 50b835f + 5aaf622 commit 51bff93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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-
3.8.0
4+
3.8.0 (2025-06-09)
55
------------------
66

77
* `commons-validator` has been removed as a dependency. This module now does

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>3.7.2</version>
19+
<version>3.8.0</version>
2020
</dependency>
2121
```
2222

@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
compile 'com.maxmind.minfraud:minfraud:3.7.2'
32+
compile 'com.maxmind.minfraud:minfraud:3.8.0'
3333
}
3434
```
3535

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.maxmind.minfraud</groupId>
66
<artifactId>minfraud</artifactId>
7-
<version>3.7.2</version>
7+
<version>3.8.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>

0 commit comments

Comments
 (0)