From 8e3e8c502a4889ac8a22adaf35f1c92844c2ab9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 10:03:00 +0000 Subject: [PATCH] Bump maven-pmd-plugin from 3.18.0 to 3.19.0 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.18.0...maven-pmd-plugin-3.19.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] --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0187058..e5485be 100644 --- a/pom.xml +++ b/pom.xml @@ -542,7 +542,7 @@ under the License. org.apache.maven.plugins maven-pmd-plugin - 3.18.0 + 3.19.0 1.3 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b719d5f..7036bd1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -95,7 +95,7 @@ The type attribute can be add,update,fix,remove. Bump maven-dependency-plugin from 2.4 to 3.3.0 #29, #79. - Bump maven-pmd-plugin from 3.3 to 3.18.0 #28, #90, #100. + Bump maven-pmd-plugin from 3.3 to 3.19.0 #28, #90, #100, #103. Bump maven-assembly-plugin from 2.5 to 3.4.2 #30, #94, #96.