diff --git a/pom.xml b/pom.xml index c9eebd2d5d77f0e3435b14c2e84577c6914393f8..266b6e2a41da7b4a744530aaa1de2fa55adb7df6 100755 --- a/pom.xml +++ b/pom.xml @@ -27,15 +27,21 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.9.8</version> + <version>2.11.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.9.8</version> + <version>2.11.3</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jsr310</artifactId> + <version>2.11.3</version> + <type>jar</type> + </dependency> <dependency> <groupId>no.nibio.vips.common</groupId> <artifactId>VIPSCommon</artifactId>