mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Bump jackson to 2.12.7(.1) (#3163)
* Bump jackson-databind from 2.12.6.1 to 2.12.7.1 in /bom/runtime Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.12.7.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Also-by: Wouter Born <github@maindrain.net> Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@
|
||||
<californium.version>2.7.3</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.6</jackson.version>
|
||||
<jackson.version>2.12.7</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>
|
||||
@@ -968,7 +968,7 @@
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<!-- revert to ${jackson.version} when versions are in-line again -->
|
||||
<version>2.12.6.1</version>
|
||||
<version>2.12.7.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user