Update Jackson to 2.14.1 (#3284)

Updates Jackson from 2.12.7 to 2.14.1

For release notes, see:

https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.14

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2022-12-30 22:46:51 +01:00
committed by GitHub
parent 100aa6e838
commit 07d09c5a7a
8 changed files with 21 additions and 32 deletions
+2 -3
View File
@@ -19,7 +19,7 @@
<californium.version>2.7.4</californium.version>
<cxf.version>3.4.5</cxf.version>
<!-- revert version of jackson-databind to ${jackson.version} when versions are in-line again -->
<jackson.version>2.12.7</jackson.version>
<jackson.version>2.14.1</jackson.version>
<jetty.version>9.4.46.v20220331</jetty.version>
<pax.logging.version>2.0.16</pax.logging.version>
<pax.web.version>7.3.25</pax.web.version>
@@ -962,8 +962,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<!-- revert to ${jackson.version} when versions are in-line again -->
<version>2.12.7.1</version>
<version>${jackson.version}</version>
<scope>compile</scope>
</dependency>
<dependency>