Skip to content

Commit

Permalink
Bump maven-pmd-plugin from 3.13.0 to 3.14.0
Browse files Browse the repository at this point in the history
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.13.0...maven-pmd-plugin-3.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kinow committed Nov 24, 2020
1 parent 840d4f6 commit 334b02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -527,7 +527,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Expand Up @@ -26,6 +26,7 @@

<body>
<release version="1.8" date="2020-MM-DD" description="Version 1.8">
<action type="update" dev="kinow">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #29.</action>
<action type="update" dev="kinow">Bump commons-build-plugin from 1.11 to 1.12 #25.</action>
<action issue="COMMONSSITE-138" type="add" dev="chtompki">Create signature validation script for releases</action>
<action type="update" dev="kinow">Bump actions/setup-java from v1.4.0 to v1.4.3 #11 #19.</action>
Expand Down

0 comments on commit 334b02c

Please sign in to comment.