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 f7d67ad GROOVY-9474: Bump Spock version to 2.0-M2-groovy-3.0
f7d67ad is described below
commit f7d67adabf909a59b5f1879045069f3f754b8b53
Author: Paul King <[email protected]>
AuthorDate: Wed Mar 18 10:50:55 2020 +1000
GROOVY-9474: Bump Spock version to 2.0-M2-groovy-3.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index cdce559..3f579b1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
slf4jVersion = '1.7.25'
xmlunitVersion = '1.6'
xstreamVersion = '1.4.11.1'
- spockVersion = '1.3-groovy-2.5-SNAPSHOT' // supports up to 3.9.99
+ spockVersion = '2.0-M2-groovy-3.0'
spotbugsVersion = '4.0.0'
spotbugsAnnotationsVersion = '4.0.0'
checkstyleVersion = '8.30'