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 1bed1fd8 Bump commons-parent
     new e3838038 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-codec
1bed1fd8 is described below

commit 1bed1fd88427c97bafa04cbb39605564dcfabb71
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 9 18:02:52 2023 -0400

    Bump commons-parent
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 23addd46..8db30022 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>62</version>
+    <version>64</version>
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37e93d57..1fd91e25 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,7 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Olivier 
Jaquemet, Gary Gregory">Add minimum Java version in changes.xml #186.</action>
       <action issue="CODEC-310" dev="ggregory" type="fix" due-to="Yakov 
Shafranovich">Documentation update for the org.apache.commons.codec.digest.* 
package #208 .</action>
       <!-- UPDATE -->    
-      <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 62.</action>
+      <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 64.</action>
       <action                   dev="ggregory" type="update" due-to="Gary 
Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>      
       <action                   dev="ggregory" type="update" due-to="Gary 
Gregory">Bump commons-io from 2.13.0 to 2.14.0.</action>      
     </release>

Reply via email to