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/01 00:41:49 UTC

[groovy] branch GROOVY_3_0_X updated: 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_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 630a1e1f79 GROOVY-10738: Bump Spock to 2.2 (test dependency)
630a1e1f79 is described below

commit 630a1e1f79b0fff5ad186f8a8a9f20195ce7b25a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Sep 1 10:41:39 2022 +1000

    GROOVY-10738: Bump Spock to 2.2 (test dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d7b25a60bb..a8679681f9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -146,7 +146,7 @@ ext {
     slf4jVersion = '1.7.36'
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.19'
-    spockVersion = '2.1-groovy-3.0'
+    spockVersion = '2.2-groovy-3.0'
     spotbugsVersion = '4.7.1'
     spotbugsAnnotationsVersion = '4.7.1'
     checkstyleVersion = '8.44'