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


The following commit(s) were added to refs/heads/master by this push:
     new fc3649e5 Bump commons-parent from 58 to 59
fc3649e5 is described below

commit fc3649e59637d57ec96ac931b0a21b2c0692308f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 28 06:56:51 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index b025be5e..6e2528a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>58</version>
+    <version>59</version>
   </parent>
 
   <groupId>org.apache.bcel</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 52a73bc5..8361730a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,7 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="BCEL-367" type="fix" dev="ggregory" due-to="Katherine 
Hough, Gary Gregory">Fixes java.lang.IndexOutOfBoundsException for ATHROW on 
empty stack #223.</action>
       <action issue="BCEL-368" type="fix" dev="ggregory" due-to="Katherine 
Hough, Gary Gregory">Fixes java.lang.StackOverflowError in 
Select#toString(boolean) #229.</action>
       <!-- UPDATE -->
-      <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Bump commons-parent from 54 to 58 #189, #198, #222.</action>
+      <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Bump commons-parent from 54 to 59 #189, #198, #222.</action>
       <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action>
       <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump kotlin-stdlib from 1.8.10 to 1.8.22 #217, #219, 
#227.</action>
       <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump commons-io from 2.11.0 to 2.13.0.</action>

Reply via email to