Skip to content

Commit 93e94ee

Browse files
committed
Update dependencies, including geoip2
1 parent a096045 commit 93e94ee

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.9.2</version>
45+
<version>2.9.3</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.9.2</version>
50+
<version>2.9.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55-
<version>2.9.2</version>
55+
<version>2.9.3</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.maxmind.geoip2</groupId>
5959
<artifactId>geoip2</artifactId>
60-
<version>2.10.0</version>
60+
<version>2.11.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.apache.httpcomponents</groupId>
6464
<artifactId>httpclient</artifactId>
65-
<version>4.5.3</version>
65+
<version>4.5.4</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>commons-validator</groupId>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>com.github.tomakehurst</groupId>
8080
<artifactId>wiremock</artifactId>
81-
<version>2.10.1</version>
81+
<version>2.14.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -96,13 +96,13 @@
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.jr</groupId>
9898
<artifactId>jackson-jr-objects</artifactId>
99-
<version>2.9.2</version>
99+
<version>2.9.3</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
103103
<groupId>pl.pragmatists</groupId>
104104
<artifactId>JUnitParams</artifactId>
105-
<version>1.1.0</version>
105+
<version>1.1.1</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>

0 commit comments

Comments
 (0)