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 7345e1a3c82238d0831e79d8f6da5a26d82bff99 Author: Paul King <[email protected]> AuthorDate: Mon Mar 23 19:40:46 2026 +1000 bump commons-net to 3.13.0 (performance test) --- .../groovy/org/apache/groovy/gradle/PerformanceTestsExtension.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6ac2bc82ca..b9b11c4a2c 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.12.0', + 'commons-net:commons-net:3.13.0', 'net.sourceforge.htmlunit:htmlunit:2.70.0', 'com.sleepycat:je:18.3.12', 'commons-httpclient:commons-httpclient:3.1',
