[groheondus] Upgrade dependencies (#13665)

* Upgrade commons-text to 1.10.0 (prevents CVE-2022-42889)
* Upgrade commons-lang3 to 3.12.0
* Remove commons-text, wrap from feature because it is embedded into the bundle

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2022-11-06 20:22:08 +01:00
committed by GitHub
parent b0d4f5a5fd
commit 0470d3978f
2 changed files with 2 additions and 4 deletions

View File

@@ -4,9 +4,7 @@
<feature name="openhab-binding-groheondus" description="GROHE ONDUS Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature prerequisite="true">wrap</feature>
<feature dependency="true">openhab.tp-jackson</feature>
<bundle dependency="true">wrap:mvn:org.apache.commons/commons-text/1.6</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.groheondus/${project.version}</bundle>
</feature>
</features>