This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_5_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 23da790653e805626ed7823d8932f4d8f4177aeb
Author: Paul King <[email protected]>
AuthorDate: Tue Feb 3 09:08:05 2026 +1000

    use latest version for perf test
---
 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 4177607531..e76fde569d 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -21,7 +21,7 @@ plugins {
 }
 
 performanceTests {
-    versions 'current', '3.0.25', '4.0.29'
+    versions 'current', '3.0.25', '4.0.30'
 
     testFiles project.files("src/files") +
             
project.files('src/jmh/groovy/org/apache/groovy/bench/Ackermann.groovy') +

Reply via email to