Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<formatter.skip>false</formatter.skip>
<!-- Only upgrade to the latest version you can have in Eclipse, no later
versions; otherwise, you may not be able to run checks in Eclipse -->
<pmdVersion>7.8.0</pmdVersion>
<pmdVersion>7.10.0</pmdVersion>
<pmd.plugin.version>3.26.0</pmd.plugin.version>
<xlint.compiler.arg>-Xlint:all,-classfile,-try,-module,-requires-automatic,-requires-transitive-automatic,-exports</xlint.compiler.arg>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
Expand Down
Loading