Skip to content

Commit 5c0a7b8

Browse files
committed
[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
1 parent c66429a commit 5c0a7b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<maven.archiver.version>3.6.5</maven.archiver.version>
118118
<plexus.archiver.version>4.10.3</plexus.archiver.version>
119119
<!-- See https://pmd.github.io/ for available latest version -->
120-
<pmd.version>7.17.0</pmd.version>
120+
<pmd.version>7.20.0</pmd.version>
121121

122122
<sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor>
123123
<sshd.tests.rerun.count>2</sshd.tests.rerun.count>

0 commit comments

Comments
 (0)