Skip to content

Commit 8fd9669

Browse files
committed
Updated jackson dependency
1 parent 08144cb commit 8fd9669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-databind</artifactId>
43-
<version>2.8.4</version>
43+
<version>2.9.9</version>
4444
<type>jar</type>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.dataformat</groupId>
4848
<artifactId>jackson-dataformat-yaml</artifactId>
49-
<version>2.9.0</version>
49+
<version>2.9.9</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)