This is an automated email from the ASF dual-hosted git repository.
sunlan 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 1fca0b3116 Bump groovy to 3.0.25 and 4.0.27 for performance tests
1fca0b3116 is described below
commit 1fca0b31165bf454f3128477548619de678853fd
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Jun 1 00:01:58 2025 +0900
Bump groovy to 3.0.25 and 4.0.27 for performance tests
---
subprojects/performance/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/performance/build.gradle
b/subprojects/performance/build.gradle
index 10daa81386..ae10b0e22e 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -21,7 +21,7 @@ plugins {
}
performanceTests {
- versions 'current', '3.0.22', '4.0.22'
+ versions 'current', '3.0.25', '4.0.27'
testFiles project.files("src/files") +
project.files('src/jmh/groovy/org/apache/groovy/bench/Ackermann.groovy') +