DWN-39872 : upgrade jackson components to 2.13.3

pull/1601/head
Harry Smith 2022-05-17 12:28:36 +01:00
parent 6b310592bc
commit 22a2cb884a
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
Unreleased: Unreleased:
- Updated JDK to Corretto 1.8.302 - Updated JDK to Corretto 1.8.332
- Uprgaded Jackson Components to 2.13.3
*1.3.3-GRESHAM: *1.3.3-GRESHAM:
- Upgraded libraries with known vulnerabilities - Upgraded libraries with known vulnerabilities

View File

@ -348,12 +348,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.13.2.1</version> <version>2.13.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.13.1</version> <version>2.13.3</version>
</dependency> </dependency>
<!-- Spring Security --> <!-- Spring Security -->