|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.maxmind.geoip2</groupId> |
5 | 5 | <artifactId>geoip2</artifactId> |
6 | | - <version>5.1.0</version> |
| 6 | + <version>5.2.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>MaxMind GeoIP API</name> |
9 | 9 | <description>GeoIP webservice client and database reader</description> |
|
58 | 58 | <dependency> |
59 | 59 | <groupId>com.fasterxml.jackson.core</groupId> |
60 | 60 | <artifactId>jackson-databind</artifactId> |
61 | | - <version>2.22.0</version> |
| 61 | + <version>2.22.1</version> |
62 | 62 | </dependency> |
63 | 63 | <dependency> |
64 | 64 | <groupId>com.fasterxml.jackson.datatype</groupId> |
65 | 65 | <artifactId>jackson-datatype-jsr310</artifactId> |
66 | | - <version>2.22.0</version> |
| 66 | + <version>2.22.1</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>com.fasterxml.jackson.core</groupId> |
70 | 70 | <artifactId>jackson-core</artifactId> |
71 | | - <version>2.22.0</version> |
| 71 | + <version>2.22.1</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>com.fasterxml.jackson.core</groupId> |
|
84 | 84 | <dependency> |
85 | 85 | <groupId>com.fasterxml.jackson.jr</groupId> |
86 | 86 | <artifactId>jackson-jr-objects</artifactId> |
87 | | - <version>2.22.0</version> |
| 87 | + <version>2.22.1</version> |
88 | 88 | <scope>test</scope> |
89 | 89 | </dependency> |
90 | 90 | <dependency> |
|
103 | 103 | <properties> |
104 | 104 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
105 | 105 | <!-- Baseline version for API compatibility checking. Update after each release. --> |
106 | | - <japicmp.baselineVersion>5.1.0</japicmp.baselineVersion> |
| 106 | + <japicmp.baselineVersion>5.2.0</japicmp.baselineVersion> |
107 | 107 | </properties> |
108 | 108 | <build> |
109 | 109 | <plugins> |
|
0 commit comments