DWN-39567 : upgrade jackson components to 2.13.1

pull/1601/head
Harry Smith 2022-01-17 10:15:04 +00:00
parent 623557e08b
commit 2aad651d3a
1 changed files with 2 additions and 2 deletions

View File

@ -348,12 +348,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.3</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.11.3</version>
<version>2.13.1</version>
</dependency>
<!-- Spring Security -->