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/09/22 03:54:49 UTC

[groovy] 01/02: Revert "GROOVY-10738: Bump Spock to 2.2 (test dependency)"

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

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

commit 856f0f2a4ed2e3746b3f2190308389b87cee79bc
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Sep 22 13:44:21 2022 +1000

    Revert "GROOVY-10738: Bump Spock to 2.2 (test dependency)"
    
    This reverts commit 703f7c817f0779633f49541a702feb43232fb122.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 43ee89b630..193512fc0f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -164,7 +164,7 @@ ext {
     slf4jVersion = '1.7.36'
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.19'
-    spockVersion = '2.2-groovy-2.5'
+    spockVersion = '1.2-groovy-2.5'
     spotbugsannotationsVersion = '3.1.7'
 }