From 3e53bf59d39cecfec0aa4787e5521d5b997d8fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 17:21:50 +0000 Subject: [PATCH] Bump maven-pmd-plugin from 3.14.0 to 3.15.0 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.14.0...maven-pmd-plugin-3.15.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 e6ac46eba5..2b287d47ea 100644 --- a/pom.xml +++ b/pom.xml @@ -290,7 +290,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.14.0 + 3.15.0 ${maven.compiler.target} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ebff1fa55..5a3019c0b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,7 +67,7 @@ The type attribute can be add,update,fix,remove. Bump spotbugs-maven-plugin from 4.0.4 to 4.3.0 #111 #115 #125 #129 #157. - Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #109. + Bump maven-pmd-plugin from 3.13.0 to 3.15.0 #109 #166. Imaging.getBufferedImage() drops alpha layer for TIFF images.