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:50 UTC

[groovy] 02/02: GROOVY-10766: Bump Spock to 1.3 for GROOVY_2_5_X (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 75af3f227a3d63ac973c1d353633d012ca66f0f0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Sep 22 13:54:41 2022 +1000

    GROOVY-10766: Bump Spock to 1.3 for GROOVY_2_5_X (test dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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