|
4 | 4 |
|
5 | 5 | <groupId>com.maxmind.minfraud</groupId> |
6 | 6 | <artifactId>minfraud</artifactId> |
7 | | - <version>4.1.0</version> |
| 7 | + <version>4.2.0</version> |
8 | 8 | <name>MaxMind minFraud API</name> |
9 | 9 | <description>MaxMind minFraud Score, Insights, Factors and Report Transaction API</description> |
10 | 10 | <url>http://dev.maxmind.com/minfraud</url> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>com.fasterxml.jackson.core</groupId> |
55 | 55 | <artifactId>jackson-core</artifactId> |
56 | | - <version>2.21.0</version> |
| 56 | + <version>2.21.1</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>com.fasterxml.jackson.core</groupId> |
60 | 60 | <artifactId>jackson-databind</artifactId> |
61 | | - <version>2.21.0</version> |
| 61 | + <version>2.21.1</version> |
62 | 62 | </dependency> |
63 | 63 | <dependency> |
64 | 64 | <groupId>com.fasterxml.jackson.core</groupId> |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>com.fasterxml.jackson.datatype</groupId> |
70 | 70 | <artifactId>jackson-datatype-jsr310</artifactId> |
71 | | - <version>2.21.0</version> |
| 71 | + <version>2.21.1</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>com.maxmind.geoip2</groupId> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>com.fasterxml.jackson.jr</groupId> |
98 | 98 | <artifactId>jackson-jr-objects</artifactId> |
99 | | - <version>2.21.0</version> |
| 99 | + <version>2.21.1</version> |
100 | 100 | <scope>test</scope> |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
|
121 | 121 | <configuration> |
122 | 122 | <rules> |
123 | 123 | <requireMavenVersion> |
124 | | - <version>3.6.3</version> |
| 124 | + <version>3.8.1</version> |
125 | 125 | </requireMavenVersion> |
126 | 126 | </rules> |
127 | 127 | </configuration> |
|
263 | 263 | <properties> |
264 | 264 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
265 | 265 | <!-- 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> |
267 | 267 | </properties> |
268 | 268 |
|
269 | 269 | <profiles> |
|
0 commit comments