|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.maxmind.geoip2</groupId> |
5 | 5 | <artifactId>geoip2</artifactId> |
6 | | - <version>4.0.1-SNAPSHOT</version> |
| 6 | + <version>4.0.2-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>MaxMind GeoIP2 API</name> |
9 | 9 | <description>GeoIP2 webservice client and database reader</description> |
|
44 | 44 | <dependency> |
45 | 45 | <groupId>com.fasterxml.jackson.core</groupId> |
46 | 46 | <artifactId>jackson-databind</artifactId> |
47 | | - <version>2.14.1</version> |
| 47 | + <version>2.14.2</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>com.fasterxml.jackson.core</groupId> |
51 | 51 | <artifactId>jackson-core</artifactId> |
52 | | - <version>2.14.1</version> |
| 52 | + <version>2.14.2</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>com.fasterxml.jackson.core</groupId> |
56 | 56 | <artifactId>jackson-annotations</artifactId> |
57 | | - <version>2.14.1</version> |
| 57 | + <version>2.14.2</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>junit</groupId> |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>com.fasterxml.jackson.jr</groupId> |
73 | 73 | <artifactId>jackson-jr-objects</artifactId> |
74 | | - <version>2.14.1</version> |
| 74 | + <version>2.14.2</version> |
75 | 75 | <scope>test</scope> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>com.puppycrawl.tools</groupId> |
108 | 108 | <artifactId>checkstyle</artifactId> |
109 | | - <version>10.5.0</version> |
| 109 | + <version>10.8.0</version> |
110 | 110 | </dependency> |
111 | 111 | </dependencies> |
112 | 112 | <executions> |
|
0 commit comments