johnou commented on PR #421:
URL: https://github.com/apache/commons-dbcp/pull/421#issuecomment-2296804518
@garydgregory might help if we pass in the latest version of
maven-pmd-plugin to the pom.xml? looks like the maven-pmd-plugin on classpath
for 23-ea, 24-ea has an old shaded version of asm bundled in pmd?
```
Index: pom.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/pom.xml b/pom.xml
--- a/pom.xml (revision 9564b263b90d8d2dae4169a83ad8f70008ea62c3)
+++ b/pom.xml (date 1724079713258)
@@ -364,6 +364,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
+ <version>3.24.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]