You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/05/18 05:02:57 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10093: Bump Spock version to 2.0 final

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new b796188  GROOVY-10093: Bump Spock version to 2.0 final
b796188 is described below

commit b796188dfa137eba6f695e398340e7f8f210e298
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue May 18 15:02:50 2021 +1000

    GROOVY-10093: Bump Spock version to 2.0 final
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 46ec4b1..990bfd3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -150,7 +150,7 @@ ext {
     slf4jVersion = '1.7.30'
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.15'
-    spockVersion = '2.0-M4-groovy-3.0'
+    spockVersion = '2.0-groovy-3.0'
     spotbugsVersion = '4.2.3'
     spotbugsAnnotationsVersion = '4.2.3'
     checkstyleVersion = '8.39'