You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/10/26 19:43:28 UTC

[sling-org-apache-sling-scripting-groovy] 01/02: SLING-11407 Upgrade to Groovy 4

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 51057e8b31ed072063b31b5381782bc57684cfcb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 26 21:41:36 2022 +0200

    SLING-11407 Upgrade to Groovy 4
    
    use Groovy 4.0.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b28fd71..d2c92ea 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.3</groovy.version>
+    <groovy.version>4.0.6</groovy.version>
   </properties>
 
   <scm>