DWN-42084: bumped jackson versions to latest + Changelog

pull/1602/head
jjuaniveson 2023-10-03 12:25:28 +01:00
parent 18cf5c75a6
commit 4cc50cf087
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Unreleased:
- Updated JDK to Corretto 1.8.342
- Upgraded Jackson Databind Component to 2.13.4.2
- Upgraded Jackson Components to 2.15.2
*1.3.3-GRESHAM-28:

View File

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