You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/01 17:56:53 UTC

[commons-release-plugin] branch master updated: Update commons-codec from 1.14 to 1.15.

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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bfa939a  Update commons-codec from 1.14 to 1.15.
bfa939a is described below

commit bfa939ad8228489c2774e0b971be7e21659c0cf2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 1 13:56:46 2020 -0400

    Update commons-codec from 1.14 to 1.15.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd1f9c6..f33cee6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.14</version>
+      <version>1.15</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc63b75..253f7e0 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,6 +38,7 @@
       <action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.35 #5.</action>
       <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.2 #8.</action>
       <action type="update" dev="ggregory">Update velocity-engine-core from 2.1 to 2.2 #4.</action>
+      <action type="update" dev="ggregory">Update commons-codec from 1.14 to 1.15.</action>
     </release>
 
     <release version="1.7" date="2019-08-30" description="Version 1.7">