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 396e6cebdb bump dnsjava to 3.6.4 (perf test compilation dependency)
396e6cebdb is described below
commit 396e6cebdb9c5bd469324eb0d08e9329b28b11b0
Author: Paul King <[email protected]>
AuthorDate: Thu Mar 5 16:05:42 2026 +1000
bump dnsjava to 3.6.4 (perf test compilation dependency)
---
.../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 7394f76982..6ac2bc82ca 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
@@ -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.6.3',
+ 'dnsjava:dnsjava:3.6.4',
'net.sourceforge.expectj:expectj:2.0.7',
'jline:jline:2.14.6',
'prevayler:prevayler:2.02.005',