Skip to content

Commit 1626128

Browse files
authored
Merge pull request #605 from maxmind/greg/eng-4289
Release 4.2.0
2 parents 96658a1 + 651e20b commit 1626128

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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-
4.2.0
4+
4.2.0 (2026-02-26)
55
------------------
66

77
* Added `trackingToken` to the `Device` request object. This is the token

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>4.1.0</version>
19+
<version>4.2.0</version>
2020
</dependency>
2121
```
2222

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

pom.xml

Lines changed: 7 additions & 7 deletions
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>4.1.0</version>
7+
<version>4.2.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>
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-core</artifactId>
56-
<version>2.21.0</version>
56+
<version>2.21.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-databind</artifactId>
61-
<version>2.21.0</version>
61+
<version>2.21.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.fasterxml.jackson.datatype</groupId>
7070
<artifactId>jackson-datatype-jsr310</artifactId>
71-
<version>2.21.0</version>
71+
<version>2.21.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.maxmind.geoip2</groupId>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.jr</groupId>
9898
<artifactId>jackson-jr-objects</artifactId>
99-
<version>2.21.0</version>
99+
<version>2.21.1</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
@@ -121,7 +121,7 @@
121121
<configuration>
122122
<rules>
123123
<requireMavenVersion>
124-
<version>3.6.3</version>
124+
<version>3.8.1</version>
125125
</requireMavenVersion>
126126
</rules>
127127
</configuration>
@@ -263,7 +263,7 @@
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.1.0</japicmp.baselineVersion>
266+
<japicmp.baselineVersion>4.2.0</japicmp.baselineVersion>
267267
</properties>
268268

269269
<profiles>

0 commit comments

Comments
 (0)