Merge pull request #36 from gresham-computing/DWN-42084-Jackson-Bump

Dwn 42084 jackson bump
pull/1605/head
jjuaniveson-gresham 2023-10-06 13:36:42 +01:00 committed by GitHub
commit 7e400bfa73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
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:
- Updated JDK to Corretto 1.8.332
- Uprgaded Jackson Components to 2.13.3
- Upgraded Jackson Components to 2.13.3
*1.3.3-GRESHAM:
- Upgraded libraries with known vulnerabilities

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 -->