[BAEL-10866] - Upgrade jackson version in tutorials repository

This commit is contained in:
amit2103
2018-12-16 23:57:08 +05:30
parent bd32693a46
commit 78735f582b
28 changed files with 31 additions and 31 deletions

View File

@@ -101,12 +101,12 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.6.0</version>
<version>2.9.7</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.0</version>
<version>2.9.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>