mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
+2
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user