We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c207b commit 31fa258Copy full SHA for 31fa258
README.md
@@ -16,7 +16,7 @@ To do this, add the dependency to your pom.xml:
16
<dependency>
17
<groupId>com.maxmind.minfraud</groupId>
18
<artifactId>minfraud</artifactId>
19
- <version>1.17.0</version>
+ <version>1.18.0</version>
20
</dependency>
21
```
22
@@ -29,7 +29,7 @@ repositories {
29
mavenCentral()
30
}
31
dependencies {
32
- compile 'com.maxmind.minfraud:minfraud:1.17.0'
+ compile 'com.maxmind.minfraud:minfraud:1.18.0'
33
34
35
0 commit comments