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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c0a7b842 [SSHD-1349] On Java 26-ea, PMD 7.17.0 throws 
StackOverflowError, update to PMD 7.20.0
5c0a7b842 is described below

commit 5c0a7b84282ccea805897f3eaab887f3c31bb487
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 11 07:03:01 2026 -0500

    [SSHD-1349] On Java 26-ea, PMD 7.17.0 throws StackOverflowError, update
    to PMD 7.20.0
    
    - Tested `mvn clean package pmd:check -DskipTetsts'
    - Tested OK on Java 17, 21, 25, 26-ea
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a38b4773..e656b2d20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <maven.archiver.version>3.6.5</maven.archiver.version>
         <plexus.archiver.version>4.10.3</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>7.17.0</pmd.version>
+        <pmd.version>7.20.0</pmd.version>
 
         <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
         <sshd.tests.rerun.count>2</sshd.tests.rerun.count>

Reply via email to