NIFI-5537 Updated Jackson to latest version.

This commit is contained in:
Mike Thomsen 2019-06-20 19:10:22 -04:00
parent 82f177c632
commit 58ae7d4f92
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,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.8</version> <version>2.9.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>