Merge pull request #27 from gresham-computing/DWN-39872_Jackson_Databind
Dwn 39872 jackson databindpull/1601/head
commit
a9631140da
|
@ -1,5 +1,6 @@
|
|||
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:
|
||||
- Upgraded libraries with known vulnerabilities
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -348,12 +348,12 @@
|
|||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.13.1</version>
|
||||
<version>2.13.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
<version>2.13.1</version>
|
||||
<version>2.13.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Spring Security -->
|
||||
|
|
Loading…
Reference in New Issue