From 44c2e2a1fcee5d4ca5315b6ccc98d016676563c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 10:02:55 +0000 Subject: [PATCH] Bump maven-pmd-plugin from 3.17.0 to 3.18.0 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.17.0 to 3.18.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.17.0...maven-pmd-plugin-3.18.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 f98a5b6..a83b62e 100644 --- a/pom.xml +++ b/pom.xml @@ -542,7 +542,7 @@ under the License. org.apache.maven.plugins maven-pmd-plugin - 3.17.0 + 3.18.0 1.3 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4306d23..d208217 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.17.0 #28, #90. + Bump maven-pmd-plugin from 3.3 to 3.18.0 #28, #90, #100. Bump maven-assembly-plugin from 2.5 to 3.4.2 #30, #94, #96.