DWN-30296 : upgrade jackson to 2.10.0

pull/1601/head
Harry Smith 2019-10-25 10:53:19 +01:00
parent 976d439053
commit 18c7993e75
1 changed files with 2 additions and 2 deletions

View File

@ -374,12 +374,12 @@
<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.0.pr2</version> <version>2.10.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId> <artifactId>jackson-annotations</artifactId>
<version>2.9.0.pr2</version> <version>2.10.0</version>
</dependency> </dependency>
<!-- Spring Security --> <!-- Spring Security -->