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/07/28 11:53:58 UTC

[commons-codec] branch master updated: Bump commons-parent from 58 to 59

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 3a37fb7b Bump commons-parent from 58 to 59
3a37fb7b is described below

commit 3a37fb7b9961f62b06eee92f300f40aa07854006
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 28 07:53:54 2023 -0400

    Bump commons-parent from 58 to 59
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6bb3facc..40b62a9f 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>58</version>
+    <version>59</version>
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d485cf4c..fe052509 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Evan Saulpaugh">Correct error in Base64 Javadoc #188.</action>
       <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Olivier Jaquemet, Gary Gregory">Add minimum Java version in changes.xml #186.</action>
       <!-- UPDATE -->    
+      <action                   dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 59.</action>
     </release>
     <release version="1.16.0" date="2023-06-17" description="Feature and fix release. Requires a minimum of Java 8.">
       <!-- FIX -->