Update Jackson dependency

This commit is contained in:
Stefan Kalscheuer 2019-08-16 19:54:46 +02:00
parent 8f3462b22a
commit 8b278f67fe

View File

@ -116,12 +116,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.1</version>
<version>2.9.9.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<artifactId>junit-jupiter</artifactId>
<version>5.5.1</version>
<scope>test</scope>
</dependency>