This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch danielsun/rerun-tests
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/danielsun/rerun-tests by this
push:
new 4a7b441820 Bump groovy to 4.0.29
4a7b441820 is described below
commit 4a7b441820fac4e98f79b89c78027aa2882481ae
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Oct 19 12:09:52 2025 +0900
Bump groovy to 4.0.29
(cherry picked from commit 8927ada4d2db250e3c4eee3ec050e87c8ecf9a98)
---
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 ae10b0e22e..4177607531 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -21,7 +21,7 @@ plugins {
}
performanceTests {
- versions 'current', '3.0.25', '4.0.27'
+ versions 'current', '3.0.25', '4.0.29'
testFiles project.files("src/files") +
project.files('src/jmh/groovy/org/apache/groovy/bench/Ackermann.groovy') +