Skip to content

Commit 27cc725

Browse files
committed
Update deps
1 parent d549e6e commit 27cc725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.7.3</version>
45+
<version>2.7.4</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.7.3</version>
50+
<version>2.7.4</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55-
<version>2.7.3</version>
55+
<version>2.7.4</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.maxmind.geoip2</groupId>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>commons-validator</groupId>
7575
<artifactId>commons-validator</artifactId>
76-
<version>1.5.0</version>
76+
<version>1.5.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>junit</groupId>

0 commit comments

Comments
 (0)