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 <[email protected]> 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' }
