TSK-768: fixed security vulnerability in jackson-databind

This commit is contained in:
Holger Hagen 2019-01-07 08:23:14 +01:00 committed by BerndBreier
parent bcbd85c2e1
commit b3cbb82039
1 changed files with 283 additions and 283 deletions

View File

@ -162,7 +162,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.9.6</version> <version>2.9.8</version>
</dependency> </dependency>
<dependency> <dependency>