mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade Xtext/Xtend to 2.37.0
* Upgrade Xtext/Xtend from 2.36.0 to 2.37.0, see release notes: https://eclipse.dev/Xtext/releasenotes.html#/releasenotes/2024/11/19/version-2-37-0 https://eclipse.dev/Xtext/xtend/releasenotes.html#/releasenotes/2024/11/19/version-2-37-0 * Upgrade dependencies * ecj from 3.36.0 to 3.39.0 * gson from 2.10.1 to 2.11.0 * classgraph to 4.8.176 * guava from 3.33.0 to 3.33.1 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
committed by
Wouter Born
parent
4da70a2ed8
commit
6764b6d94c
@@ -134,7 +134,7 @@
|
||||
<dependency>
|
||||
<groupId>io.github.classgraph</groupId>
|
||||
<artifactId>classgraph</artifactId>
|
||||
<version>4.8.172</version>
|
||||
<version>4.8.176</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
+3
-4
@@ -117,11 +117,10 @@
|
||||
</dependency>
|
||||
|
||||
<!-- Gson -->
|
||||
<!-- The Orbit bundle is used because LSP4J imports com.google.gson.internal -->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.orbit.bundles</groupId>
|
||||
<artifactId>com.google.gson</artifactId>
|
||||
<version>2.10.1.v20230109-0753</version>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.11.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
+5
-5
@@ -449,9 +449,9 @@
|
||||
|
||||
<!-- Gson -->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.orbit.bundles</groupId>
|
||||
<artifactId>com.google.gson</artifactId>
|
||||
<version>2.10.1.v20230109-0753</version>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.11.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -794,7 +794,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>33.3.0-jre</version>
|
||||
<version>33.3.1-jre</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -808,7 +808,7 @@
|
||||
<dependency>
|
||||
<groupId>io.github.classgraph</groupId>
|
||||
<artifactId>classgraph</artifactId>
|
||||
<version>4.8.174</version>
|
||||
<version>4.8.176</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user