Skip to content

Commit

Permalink
SLING-11638 Enable code checks with PMD
Browse files Browse the repository at this point in the history
update plugin
  • Loading branch information
oliverlietz committed Feb 12, 2023
1 parent 547fd84 commit 753fd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.19.0</version>
<version>3.20.0</version>
<configuration>
<targetJdk>${sling.java.version}</targetJdk>
</configuration>
Expand Down

0 comments on commit 753fd5b

Please sign in to comment.