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 2022/02/24 05:37:32 UTC

[groovy] 03/06: GROOVY-10507: Bump Spock to 2.1-groovy-3.0 (test dependency)

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

commit 6cdf7de490ac93ae7c04b90794aaf4da01e79251
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 15:11:28 2022 +1000

    GROOVY-10507: Bump Spock to 2.1-groovy-3.0 (test dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index e897db3..d6fb254 100644
--- a/build.gradle
+++ b/build.gradle
@@ -150,7 +150,7 @@ ext {
     slf4jVersion = '1.7.36'
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.19'
-    spockVersion = '2.0-groovy-3.0'
+    spockVersion = '2.1-groovy-3.0'
     spotbugsVersion = '4.4.0'
     spotbugsAnnotationsVersion = '4.4.0'
     checkstyleVersion = '8.44'