This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 730c131 Bump maven-pmd-plugin from 3.19.0 to 3.20.0
730c131 is described below
commit 730c131abd0e4b5cc806418d2f87e5d5db5339e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 13 08:01:56 2023 +0000
Bump maven-pmd-plugin from 3.19.0 to 3.20.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from
3.19.0 to 3.20.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
-
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.19.0...maven-pmd-plugin-3.20.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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a13bfd0..7a79700 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,7 +549,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.19.0</version>
+ <version>3.20.0</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>