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 2023/01/24 22:07:47 UTC

[sling-org-apache-sling-scripting-groovy] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 83d0b75  SLING-11407 Upgrade to Groovy 4
83d0b75 is described below

commit 83d0b7594befbec3ce1f5d2ad6e7cc5d27d9be96
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 24 22:50:15 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 61848fe..bf105d4 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.6</groovy.version>
+    <groovy.version>4.0.8</groovy.version>
   </properties>
 
   <scm>