This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 76eaf87  Bump maven-pmd-plugin from 3.13.0 to 3.14.0.
76eaf87 is described below

commit 76eaf87180af56b0e79371f71fac61d5aa07e05a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Dec 29 18:46:52 2020 -0500

    Bump maven-pmd-plugin from 3.13.0 to 3.14.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76a5c57..1b9d4de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@ limitations under the License.
     <commons.encoding>UTF-8</commons.encoding>
     
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.version>2.17</checkstyle.version>
-    <commons.japicmp.version>0.14.3</commons.japicmp.version>
+    <commons.japicmp.version>0.14.4</commons.japicmp.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
 
     <!-- generate report even if there are binary incompatible changes -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 08b20d3..56b7d69 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                   dev="ggregory" type="update" 
due-to="Dependabot">Bump actions/setup-java from v1.4.2 to v1.4.3 #62.</action>
       <action                   dev="ggregory" type="update" 
due-to="Dependabot">Bump actions/checkout from v2.3.2 to v2.3.4 #65.</action> 
       <action issue="CODEC-295" dev="ggregory" type="update" due-to="Arturo 
Bernal">Minor improvements #67.</action> 
+      <action                   dev="ggregory" type="update" due-to="Gary 
Gregory">Update commons.japicmp.version 0.14.3 -> 0.14.4.</action>
     </release>
 
     <release version="1.15" date="2020-09-01" description="Feature and fix 
release.">

Reply via email to