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

paulk 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 0a32575d31 minor refactor: use latest Groovy versions for comparison
0a32575d31 is described below

commit 0a32575d318260927d0ffb3aaf7e7dae2e71b08f
Author: Paul King <[email protected]>
AuthorDate: Tue Apr 7 14:22:54 2026 +1000

    minor refactor: use latest Groovy versions for comparison
---
 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 db41c5f60f..e8a7cdaa08 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -21,7 +21,7 @@ plugins {
 }
 
 performanceTests {
-    versions 'current', '3.0.25', '4.0.30', '5.0.4'
+    versions 'current', '3.0.25', '4.0.31', '5.0.5'
 
     testFiles project.files("src/files") +
             
project.files('src/jmh/groovy/org/apache/groovy/bench/Ackermann.groovy') +

Reply via email to