mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade glassfish hk2 to 3.1.1, upgrade units (#4658)
* Upgrade glassfish hk2 from 2.4.0-b34 to 3.1.1 * Upgrade jakarta.inject-api from 2.0.0 to 2.0.1 https://github.com/jakartaee/inject/releases/tag/2.0.1 * Upgrade jakarta.annotation-api from 2.0.0 to 2.1.1 * Upgrade si.uom:si-units and si-quantity from 2.1 to 2.2, including transition from jakarta.annotation-api 1.3.4 to 2.0.0 * Upgrade tech.units.indriya from 2.2 to 2.2.2 * Adapt test to inriya >2.2 (year, yr) * Resolve bundles * Upgrade glassfish hk2 osgi-resource-locator to 3.0.0 * Upgrade osgi-resource-locator from 1.0.3 to 3.0.0 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -61,12 +61,12 @@
|
||||
<dependency>
|
||||
<groupId>si.uom</groupId>
|
||||
<artifactId>si-units</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>tech.units</groupId>
|
||||
<artifactId>indriya</artifactId>
|
||||
<version>2.2</version>
|
||||
<version>2.2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jdt</groupId>
|
||||
|
||||
Reference in New Issue
Block a user