Merge pull request #35 from gresham-computing/DWN-42070-Jackson-databind
Dwn 42070 jackson databindpull/1602/head
commit
18cf5c75a6
|
@ -1,5 +1,8 @@
|
||||||
Unreleased:
|
Unreleased:
|
||||||
- Updated JDK to Corretto 1.8.382
|
|
||||||
|
- Updated JDK to Corretto 1.8.342
|
||||||
|
- Upgraded Jackson Databind Component to 2.13.4.2
|
||||||
|
|
||||||
|
|
||||||
*1.3.3-GRESHAM-28:
|
*1.3.3-GRESHAM-28:
|
||||||
- Updated JDK to Corretto 1.8.332
|
- Updated JDK to Corretto 1.8.332
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -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.3</version>
|
<version>2.13.4</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.3</version>
|
<version>2.13.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Spring Security -->
|
<!-- Spring Security -->
|
||||||
|
|
Loading…
Reference in New Issue