From: Wouter Born Date: Mon, 22 Jul 2024 14:10:01 +0000 (+0200) Subject: [groovyscripting] Update Groovy to 4.0.22 (#17125) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=6d4ac2b29a722b14e29469f5d8598ef007db9414;p=openhab-addons.git [groovyscripting] Update Groovy to 4.0.22 (#17125) Updates Groovy from 4.0.11 to 4.0.22. For all bugfixes and improvements, see: * https://groovy-lang.org/changelogs/changelog-4.0.12.html * https://groovy-lang.org/changelogs/changelog-4.0.13.html * https://groovy-lang.org/changelogs/changelog-4.0.14.html * https://groovy-lang.org/changelogs/changelog-4.0.15.html * https://groovy-lang.org/changelogs/changelog-4.0.16.html * https://groovy-lang.org/changelogs/changelog-4.0.17.html * https://groovy-lang.org/changelogs/changelog-4.0.18.html * https://groovy-lang.org/changelogs/changelog-4.0.19.html * https://groovy-lang.org/changelogs/changelog-4.0.20.html * https://groovy-lang.org/changelogs/changelog-4.0.21.html * https://groovy-lang.org/changelogs/changelog-4.0.22.html Fixes #16936 Signed-off-by: Wouter Born --- diff --git a/bundles/org.openhab.automation.groovyscripting/README.md b/bundles/org.openhab.automation.groovyscripting/README.md index ef3c9e845a..8e3f4b92dc 100644 --- a/bundles/org.openhab.automation.groovyscripting/README.md +++ b/bundles/org.openhab.automation.groovyscripting/README.md @@ -1,6 +1,6 @@ # Groovy Scripting -This add-on provides support for [Groovy](https://groovy-lang.org/) 4.0.11 that can be used as a scripting language within automation rules and which eliminates the need to manually install Groovy. +This add-on provides support for [Groovy](https://groovy-lang.org/) 4.0.22 that can be used as a scripting language within automation rules and which eliminates the need to manually install Groovy. ## Creating Groovy Scripts diff --git a/bundles/org.openhab.automation.groovyscripting/pom.xml b/bundles/org.openhab.automation.groovyscripting/pom.xml index bf308c7b9a..3380896069 100644 --- a/bundles/org.openhab.automation.groovyscripting/pom.xml +++ b/bundles/org.openhab.automation.groovyscripting/pom.xml @@ -16,7 +16,7 @@ com.ibm.icu.*;resolution:=optional,groovy.runtime.metaclass;resolution:=optional,groovyjarjarantlr4.stringtemplate;resolution:=optional,org.abego.treelayout.*;resolution:=optional,org.apache.ivy.*;resolution:=optional,org.fusesource.jansi.*;resolution:=optional,org.stringtemplate.v4.*;resolution:=optional - 4.0.11 + 4.0.22