Skip to content

Commit 4690c43

Browse files
[groovyscripting] Update Groovy to 4.0.23 (openhab#17428)
Updates Groovy from 4.0.22 to 4.0.23.
1 parent 4001735 commit 4690c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Groovy Scripting
22

3-
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.
3+
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.
44

55
## Creating Groovy Scripts
66

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<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>
19-
<groovy.version>4.0.22</groovy.version>
19+
<groovy.version>4.0.23</groovy.version>
2020
</properties>
2121

2222
<dependencies>

0 commit comments

Comments
 (0)