This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new c49d210a Bump maven-pmd-plugin from 3.16.0 to 3.17.0 (#133)
c49d210a is described below
commit c49d210a40dd5ad0c863d2bc54b588f976709de7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 13 07:47:09 2022 -0400
Bump maven-pmd-plugin from 3.16.0 to 3.17.0 (#133)
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from
3.16.0 to 3.17.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
-
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.16.0...maven-pmd-plugin-3.17.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 33fa23f7..746b5669 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,7 +290,7 @@ limitations under the License.
<commons.javadoc.version>3.4.0</commons.javadoc.version>
<commons.surefire-report.version>3.0.0-M6</commons.surefire-report.version>
<commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
- <commons.pmd.version>3.16.0</commons.pmd.version>
+ <commons.pmd.version>3.17.0</commons.pmd.version>
<japicmp.skip>false</japicmp.skip>
<jacoco.skip>false</jacoco.skip>
<clirr.skip>true</clirr.skip>