Bump UoM libraries to 2.2 (#3758)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2023-08-18 21:38:43 +02:00
committed by GitHub
parent 5f8658d0ae
commit 04eb32185c
29 changed files with 136 additions and 135 deletions
+2 -2
View File
@@ -213,7 +213,7 @@
<dependency>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
<version>2.1.3</version>
<version>2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -225,7 +225,7 @@
<dependency>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
<version>2.1.2</version>
<version>2.2</version>
<scope>compile</scope>
</dependency>
+2 -2
View File
@@ -490,7 +490,7 @@
<dependency>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
<version>2.1.2</version>
<version>2.2</version>
<scope>compile</scope>
</dependency>
<!-- The si.uom:si-units manifest has no Export-Package entry. As workaround this OSGi-ify bundle is used. -->
@@ -509,7 +509,7 @@
<dependency>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
<version>2.1.2</version>
<version>2.2</version>
<scope>compile</scope>
</dependency>