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 2018/06/15 18:45:47 UTC

[sling-org-apache-sling-scripting-groovy] 02/03: SLING-7743 Update Groovy to 2.5.0

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 a80b41c669872788c618c4a3c2bd228d5177671e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jun 15 20:42:13 2018 +0200

    SLING-7743 Update Groovy to 2.5.0
---
 pom.xml                                                                 | 2 +-
 .../sling/scripting/groovy/it/tests/GspScriptEngineFactoryIT.java       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72adb13..6f51f19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <sling.java.version>8</sling.java.version>
     <org.ops4j.pax.exam.version>4.11.0</org.ops4j.pax.exam.version>
-    <groovy.version>2.4.13</groovy.version>
+    <groovy.version>2.5.0</groovy.version>
   </properties>
 
   <scm>
diff --git a/src/test/java/org/apache/sling/scripting/groovy/it/tests/GspScriptEngineFactoryIT.java b/src/test/java/org/apache/sling/scripting/groovy/it/tests/GspScriptEngineFactoryIT.java
index aff0db4..3cebdd0 100644
--- a/src/test/java/org/apache/sling/scripting/groovy/it/tests/GspScriptEngineFactoryIT.java
+++ b/src/test/java/org/apache/sling/scripting/groovy/it/tests/GspScriptEngineFactoryIT.java
@@ -61,7 +61,7 @@ public class GspScriptEngineFactoryIT extends GroovyTestSupport {
 
     @Test
     public void testScriptEngineFactoryLanguageVersion() {
-        assertThat(scriptEngineFactory.getLanguageVersion(), startsWith("2.4."));
+        assertThat(scriptEngineFactory.getLanguageVersion(), startsWith("2.5."));
     }
 
     @Test

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.