Skip to content

Commit

Permalink
pmd update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 1, 2022
1 parent 48ae803 commit 98ed2a8
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 @@ -37,7 +37,7 @@
<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>9.3</checkstyle.version>
<spotbugs.version>4.7.0</spotbugs.version>
<pmd.version>6.45.0</pmd.version>
<pmd.version>6.46.0</pmd.version>
<archunit.version>0.23.1</archunit.version>
<dependencycheck.version>7.1.0</dependencycheck.version>
</properties>
Expand Down Expand Up @@ -294,7 +294,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.12.2</version>
<version>1.13.0</version>
<configuration>
<tag>${project.name}-${project.version}</tag>
<message>Release ${project.version}</message>
Expand Down

0 comments on commit 98ed2a8

Please sign in to comment.