From 8d4fa45a381e8700f150c04a522d0cb8d2228569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 06:01:11 +0000 Subject: [PATCH] Bump maven-pmd-plugin from 3.13.0 to 3.14.0 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](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.13.0...maven-pmd-plugin-3.14.0) 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 ceaff5fab..ed6b1a5c8 100644 --- a/pom.xml +++ b/pom.xml @@ -742,7 +742,7 @@ maven-pmd-plugin - 3.13.0 + 3.14.0 ${maven.compiler.target} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 43f4668f9..4dc438f9d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -205,7 +205,7 @@ Update actions/checkout from v1 to v2.3.4 #166 #173 #183 #193. - Update maven-pmd-plugin from 3.12.0 to 3.13.0 #167. + Update maven-pmd-plugin from 3.12.0 to 3.14.0 #167 #196. Update optional commons-codec from 1.14 to 1.15.