From ce3067339d5e253d1a6df0eae4786c1403f6730b Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Fri, 2 Dec 2022 21:17:25 +0100 Subject: [PATCH] [groovyscripting] Update Groovy to 3.0.13 (#13822) Updates Groovy from 3.0.9 to 3.0.13. For all bugfixes and improvements, see: * https://groovy-lang.org/changelogs/changelog-3.0.10.html * https://groovy-lang.org/changelogs/changelog-3.0.11.html * https://groovy-lang.org/changelogs/changelog-3.0.12.html * https://groovy-lang.org/changelogs/changelog-3.0.13.html Signed-off-by: Wouter Born --- bundles/org.openhab.automation.groovyscripting/README.md | 2 +- bundles/org.openhab.automation.groovyscripting/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.automation.groovyscripting/README.md b/bundles/org.openhab.automation.groovyscripting/README.md index 4cfb17e8660..4704d83f9b1 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/) 3.0.9 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/) 3.0.13 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 100904ba63b..62fc85be2d5 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.stringtemplate.v4.*;resolution:=optional - 3.0.9 + 3.0.13