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:34:48 UTC

[commons-collections] branch master updated: 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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e59bd6a0 Bump commons-codec:commons-codec: from 1.15 to 1.16.0
9e59bd6a0 is described below

commit 9e59bd6a0fc82ecd5288f94dad0c959154fe15c6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 11:34:32 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index 047ebaa2a..4515b5967 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.15</version>
+      <version>1.16.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 20d4a5a27..a42813f1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -314,7 +314,7 @@
       Bump maven-pmd-plugin from 3.12.0 to 3.19.0 #167, #196, #253, #311, #334.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
-      Bump optional commons-codec from 1.14 to 1.15.
+      Bump optional commons-codec:commons-codec from 1.14 to 1.16.0.
     </action>
     <action type="update" dev="ggregory" due-to="Dependabot">
       Bump commons.junit.version from 5.6.2 to 5.8.2 #181 #213 #236 #252 #254 #268.