This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY_5_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 632dd1539f4ee2130ca96d0af154e81393c3171d 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') +
