This is an automated email from the ASF dual-hosted git repository.
emilles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 46ed821ccd `org.spockframework:spock-core:2.4-M7-groovy-5.0` for test
case
46ed821ccd is described below
commit 46ed821ccd1af5d3e18a19df0c82483705acf612
Author: Eric Milles <[email protected]>
AuthorDate: Wed Nov 26 10:50:15 2025 -0600
`org.spockframework:spock-core:2.4-M7-groovy-5.0` for test case
---
.../codehaus/groovy/transform/traitx/TraitASTTransformationTest.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/groovy/org/codehaus/groovy/transform/traitx/TraitASTTransformationTest.groovy
b/src/test/groovy/org/codehaus/groovy/transform/traitx/TraitASTTransformationTest.groovy
index 194d8fbf22..524de6f24c 100644
---
a/src/test/groovy/org/codehaus/groovy/transform/traitx/TraitASTTransformationTest.groovy
+++
b/src/test/groovy/org/codehaus/groovy/transform/traitx/TraitASTTransformationTest.groovy
@@ -3330,7 +3330,7 @@ final class TraitASTTransformationTest {
System.setProperty('spock.iKnowWhatImDoing.disableGroovyVersionCheck','true')
assertScript shell, """
- @Grab('org.spockframework:spock-core:2.4-M6-groovy-4.0')
+ @Grab('org.spockframework:spock-core:2.4-M7-groovy-5.0')
@GrabExclude('org.apache.groovy:*')
import spock.lang.Specification