]> git.basschouten.com Git - openhab-addons.git/commitdiff
[groovyscripting] Update Groovy to 4.0.23 (#17428)
authorДилян Палаузов <git-dpa@aegee.org>
Tue, 17 Sep 2024 20:16:18 +0000 (23:16 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 20:16:18 +0000 (22:16 +0200)
Updates Groovy from 4.0.22 to 4.0.23.

bundles/org.openhab.automation.groovyscripting/README.md
bundles/org.openhab.automation.groovyscripting/pom.xml

index 8e3f4b92dc233044a2a9974e242d9cabb1f185be..f25ff112e6dbfdecbac31319f1b6526b0950e939 100644 (file)
@@ -1,6 +1,6 @@
 # Groovy Scripting
 
-This add-on provides support for [Groovy](https://groovy-lang.org/) 4.0.22 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.23 that can be used as a scripting language within automation rules and which eliminates the need to manually install Groovy.
 
 ## Creating Groovy Scripts
 
index 338089606917f3fb40e72b242d9a96239f347e1d..c02aea03a91999e69350dfc1314cc9ffb8837e5a 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.22</groovy.version>
+    <groovy.version>4.0.23</groovy.version>
   </properties>
 
   <dependencies>