From ece4e5183866a15b90d69fc62fed02d119c3d790 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 2 Apr 2023 09:08:53 +0200 Subject: [PATCH] [groovyscripting] Update Groovy to 4.0.11 (#14734) Updates Groovy from 4.0.9 to 4.0.11. This fixes a few bugs including a memory leak, see: http://groovy-lang.org/changelogs/changelog-4.0.10.html http://groovy-lang.org/changelogs/changelog-4.0.11.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 77f9c6e5c..6b67d4282 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.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/) 4.0.11 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 b45e1ee31..9208efa5d 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.9 + 4.0.11