mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade Xtext/Xtend to 2.40 (#4981)
* Upgrade Xtext/Xtend to 2.40 * Upgrade Xtext/Xtend from 2.39 to 2.40 * Upgrade gson from 2.11.0 to 2.13.1 * Upgrade classgraph 4.8.176 to 4.8.180 * Change repo from org.eclipse.xtend to org.eclipse.xtext Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> * Add error_prone_annotations as dependency for gson Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> --------- Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.11.0</version>
|
||||
<version>2.13.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openhab.core.bom</groupId>
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.11.0</version>
|
||||
<version>2.13.1</version>
|
||||
</dependency>
|
||||
<!-- do not remove, inherited dependency si-units and indriya are not provided via runtime bom -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user