Skip to content

Commit

Permalink
update pmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobeha committed Jun 25, 2024
1 parent 77e5c00 commit ce4d572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<pmdVersion>7.0.0</pmdVersion>
<pmdVersion>7.2.0</pmdVersion>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -218,7 +218,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.2</version>
<version>3.23.0</version>
<configuration>
<!-- This prevents the warning "Unable to locate Source XRef to link to - DISABLED" -->
<!-- If we want source-links in the `site` pmd report we need to add jxr instead, -->
Expand Down

0 comments on commit ce4d572

Please sign in to comment.