This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git
commit 3fe040751f913e0e033aa3c34380f708032a70a1 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Feb 9 13:54:40 2023 +0100 SLING-11407 Upgrade to Groovy 4 use Groovy 4.0.9 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3da4f47..1043caf 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ <javadoc.excludePackageNames /> <project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp> <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version> - <groovy.version>4.0.8</groovy.version> + <groovy.version>4.0.9</groovy.version> </properties> <scm>
