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 cf92c266b2 bump performance test dependencies
cf92c266b2 is described below

commit cf92c266b2786e1b8949892a7668a218e8a943af
Author: Paul King <[email protected]>
AuthorDate: Tue Aug 19 17:13:19 2025 +1000

    bump performance test dependencies
---
 .../groovy/org/apache/groovy/gradle/PerformanceTestsExtension.groovy  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/build-logic/src/main/groovy/org/apache/groovy/gradle/PerformanceTestsExtension.groovy
 
b/build-logic/src/main/groovy/org/apache/groovy/gradle/PerformanceTestsExtension.groovy
index 055a9085b1..7394f76982 100644
--- 
a/build-logic/src/main/groovy/org/apache/groovy/gradle/PerformanceTestsExtension.groovy
+++ 
b/build-logic/src/main/groovy/org/apache/groovy/gradle/PerformanceTestsExtension.groovy
@@ -92,7 +92,7 @@ class PerformanceTestsExtension {
             }
             [
                 'org.cyberneko:html:1.9.8',
-                'commons-net:commons-net:3.11.1',
+                'commons-net:commons-net:3.12.0',
                 'net.sourceforge.htmlunit:htmlunit:2.70.0',
                 'com.sleepycat:je:18.3.12',
                 'commons-httpclient:commons-httpclient:3.1',
@@ -100,7 +100,7 @@ class PerformanceTestsExtension {
                 'com.baulsupp.kolja:jcurses:0.9.5.3',
                 'org.mnode.mstor:mstor:1.0.3',
                 'commons-lang:commons-lang:2.6',
-                'dnsjava:dnsjava:3.5.3',
+                'dnsjava:dnsjava:3.6.3',
                 'net.sourceforge.expectj:expectj:2.0.7',
                 'jline:jline:2.14.6',
                 'prevayler:prevayler:2.02.005',

Reply via email to