mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade Jollyday to 0.28.1 (#4244)
* Upgrade Jollyday from 0.27.0 to 0.28.1. This release includes the fixed class loader working also in OSGI setups. * Upgrade jackson from 2.16.0 to 2.28.1 * Upgrade threeten-extra from 1.7.2 to 1.8.0 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
+1
-1
@@ -365,7 +365,7 @@
|
||||
<dependency>
|
||||
<groupId>de.focus-shift</groupId>
|
||||
<artifactId>jollyday-jackson</artifactId>
|
||||
<version>0.27.0</version>
|
||||
<version>0.28.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
+2
-2
@@ -18,7 +18,7 @@
|
||||
<properties>
|
||||
<californium.version>2.7.4</californium.version>
|
||||
<cxf.version>3.6.2</cxf.version>
|
||||
<jackson.version>2.16.0</jackson.version>
|
||||
<jackson.version>2.17.1</jackson.version>
|
||||
<jetty.version>9.4.54.v20240208</jetty.version>
|
||||
<pax.logging.version>2.2.7</pax.logging.version>
|
||||
<pax.web.version>8.0.27</pax.web.version>
|
||||
@@ -950,7 +950,7 @@
|
||||
<dependency>
|
||||
<groupId>de.focus-shift</groupId>
|
||||
<artifactId>jollyday-jackson</artifactId>
|
||||
<version>0.27.0</version>
|
||||
<version>0.28.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user