Skip to content

Commit 7e65563

Browse files
oschwaldclaude
andcommitted
Update Java examples to version 4.0.0
Update the minFraud Java dependency version from 1.15.0 to 4.0.0 and change Gradle from `compile` to `implementation` (the modern Gradle syntax). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent e4ea47b commit 7e65563

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/minfraud/evaluate-a-transaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ Install-Package MaxMind.MinFraud
6666
<dependency>
6767
<groupId>com.maxmind.minfraud</groupId>
6868
<artifactId>minfraud</artifactId>
69-
<version>1.15.0</version>
69+
<version>4.0.0</version>
7070
</dependency>
7171

7272
// Or install via Gradle
7373
repositories {
7474
mavenCentral()
7575
}
7676
dependencies {
77-
compile 'com.maxmind.minfraud:minfraud:1.15.0'
77+
implementation 'com.maxmind.minfraud:minfraud:4.0.0'
7878
}
7979
```
8080

content/minfraud/report-a-transaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Install-Package MaxMind.MinFraud
4040
<dependency>
4141
<groupId>com.maxmind.minfraud</groupId>
4242
<artifactId>minfraud</artifactId>
43-
<version>1.15.0</version>
43+
<version>4.0.0</version>
4444
</dependency>
4545

4646
// Or install via Gradle
4747
repositories {
4848
mavenCentral()
4949
}
5050
dependencies {
51-
compile 'com.maxmind.minfraud:minfraud:1.15.0'
51+
implementation 'com.maxmind.minfraud:minfraud:4.0.0'
5252
}
5353
```
5454

0 commit comments

Comments
 (0)