]> git.basschouten.com Git - openhab-addons.git/commitdiff
[groovyscripting] Update Groovy to 3.0.13 (#13822)
authorWouter Born <github@maindrain.net>
Fri, 2 Dec 2022 20:17:25 +0000 (21:17 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2022 20:17:25 +0000 (21:17 +0100)
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 <github@maindrain.net>
bundles/org.openhab.automation.groovyscripting/README.md
bundles/org.openhab.automation.groovyscripting/pom.xml

index 4cfb17e86607f265785fdb63e6d9529dd1e391ae..4704d83f9b1b3b593fe6d6fa3e09718b9a8813cf 100644 (file)
@@ -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
 
index 100904ba63b6b6fb434174e38508ce94b0eca430..62fc85be2d545e901e02837acca7c4ce3cf21ee9 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.stringtemplate.v4.*;resolution:=optional</bnd.importpackage>
-    <groovy.version>3.0.9</groovy.version>
+    <groovy.version>3.0.13</groovy.version>
   </properties>
 
   <dependencies>