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 2023/06/23 15:44:28 UTC

[commons-vfs] 02/02: Bump commons-codec:commons-codec: from 1.15 to 1.16.0

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-vfs.git

commit 31cc52b1df6f5ce2c57e750285fc0b56e2477185
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 11:44:10 2023 -0400

    Bump commons-codec:commons-codec: from 1.15 to 1.16.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a751f52a..85faf44f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.15</version>
+        <version>1.16.0</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 54f7314c..9e26e6f1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -276,6 +276,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump commons-io:commons-io from 2.11.0 to 2.13.0.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump commons-codec:commons-codec from 1.15 to 1.16.0.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->