DWN-35283 : bump jackson components to 2.11.3

pull/1601/head
Harry Smith 2020-10-26 13:50:27 +00:00
parent 5e4ee45d29
commit 5b009dbabc
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.10.0</version> <version>2.11.3</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.10.0</version> <version>2.11.3</version>
</dependency> </dependency>
<!-- Spring Security --> <!-- Spring Security -->