Skip to content

Commit 93ba25d

Browse files
committed
Update Jackson
1 parent 39f75ed commit 93ba25d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.8.4</version>
45+
<version>2.8.5</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.8.4</version>
50+
<version>2.8.5</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55-
<version>2.8.4</version>
55+
<version>2.8.5</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.maxmind.geoip2</groupId>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.jr</groupId>
9898
<artifactId>jackson-jr-objects</artifactId>
99-
<version>2.8.4</version>
99+
<version>2.8.5</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>

0 commit comments

Comments
 (0)