From ac7360c97ba47ac836ebfbaa2943bd5bea41bd07 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 4 May 2025 12:33:48 +0200 Subject: [PATCH] [groovyscripting] Upgrade Groovy to 4.0.26 (#18636) Upgrades Groovy from 4.0.23 to 4.0.26. For release notes, see: * https://groovy-lang.org/changelogs/changelog-4.0.24.html * https://groovy-lang.org/changelogs/changelog-4.0.25.html * https://groovy-lang.org/changelogs/changelog-4.0.26.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 9164da3a478..64cb0a41b6d 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.23 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.26 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 a4cfbb469bf..c0af3f48719 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.23 + 4.0.26