]> git.basschouten.com Git - openhab-addons.git/commitdiff
[groovyscripting] Update Groovy to 4.0.11 (#14734)
authorWouter Born <github@maindrain.net>
Sun, 2 Apr 2023 07:08:53 +0000 (09:08 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2023 07:08:53 +0000 (09:08 +0200)
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 <github@maindrain.net>
bundles/org.openhab.automation.groovyscripting/README.md
bundles/org.openhab.automation.groovyscripting/pom.xml

index 77f9c6e5c4cb7ba3b9ee3754b49acc92667f3fe7..6b67d428230a635986ea182b63842b6e663d04ab 100644 (file)
@@ -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
 
index b45e1ee31816a3a51925c46b4c84e95dc7107d74..9208efa5d15f22867d328f9cb4e62f8029625611 100644 (file)
@@ -16,7 +16,7 @@
 
   <properties>
     <bnd.importpackage>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</bnd.importpackage>
-    <groovy.version>4.0.9</groovy.version>
+    <groovy.version>4.0.11</groovy.version>
   </properties>
 
   <dependencies>