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 44d9ec6 commit c9f5fe6Copy full SHA for c9f5fe6
README.md
@@ -17,7 +17,7 @@ To do this, add the dependency to your pom.xml:
17
<dependency>
18
<groupId>com.maxmind.minfraud</groupId>
19
<artifactId>minfraud</artifactId>
20
- <version>1.11.0</version>
+ <version>1.12.0</version>
21
</dependency>
22
```
23
@@ -30,7 +30,7 @@ repositories {
30
mavenCentral()
31
}
32
dependencies {
33
- compile 'com.maxmind.minfraud:minfraud:1.11.0'
+ compile 'com.maxmind.minfraud:minfraud:1.12.0'
34
35
36
0 commit comments