From fe186c5c65456217e9ea5252d3db94c5f54495eb Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 26 Feb 2026 08:49:53 -0800 Subject: [PATCH 1/4] Update Jackson deps to 2.21.1 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b47bc041..a9c699f7 100644 --- a/pom.xml +++ b/pom.xml @@ -53,12 +53,12 @@ com.fasterxml.jackson.core jackson-core - 2.21.0 + 2.21.1 com.fasterxml.jackson.core jackson-databind - 2.21.0 + 2.21.1 com.fasterxml.jackson.core @@ -68,7 +68,7 @@ com.fasterxml.jackson.datatype jackson-datatype-jsr310 - 2.21.0 + 2.21.1 com.maxmind.geoip2 @@ -96,7 +96,7 @@ com.fasterxml.jackson.jr jackson-jr-objects - 2.21.0 + 2.21.1 test From 7e2051a4a0cb7b640895b1798aeb339a8ed9737c Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 26 Feb 2026 08:50:50 -0800 Subject: [PATCH 2/4] Prepare for 4.2.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ebab6e..88fbead1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -4.2.0 +4.2.0 (2026-02-26) ------------------ * Added `trackingToken` to the `Device` request object. This is the token From 41addd8387469b1c4f83a775d846c5dcd6bbc51e Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 26 Feb 2026 08:53:20 -0800 Subject: [PATCH 3/4] Fix maven version warning --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a9c699f7..5f0962cb 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ - 3.6.3 + 3.8.1 From 651e20b623e937edd42415362341cf0a6977faef Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 26 Feb 2026 08:53:44 -0800 Subject: [PATCH 4/4] Preparing for 4.2.0 --- README.md | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f25811f2..4d545c03 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml: com.maxmind.minfraud minfraud - 4.1.0 + 4.2.0 ``` @@ -29,7 +29,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.maxmind.minfraud:minfraud:4.1.0' + implementation 'com.maxmind.minfraud:minfraud:4.2.0' } ``` diff --git a/pom.xml b/pom.xml index 5f0962cb..66ff88dd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.maxmind.minfraud minfraud - 4.1.0 + 4.2.0 MaxMind minFraud API MaxMind minFraud Score, Insights, Factors and Report Transaction API http://dev.maxmind.com/minfraud @@ -263,7 +263,7 @@ UTF-8 - 4.1.0 + 4.2.0