Merge pull request #22 from gresham-computing/DWN-39567_jackson

DWN-39567 : upgrade jackson components to 2.13.1
pull/1601/head
Harry Smith 2022-02-01 12:27:52 +00:00 committed by GitHub
commit 20ad418d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 -->