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 14:16:36 UTC

[commons-dbutils] 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-dbutils.git


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

commit 553d662d976ca36380d3ac5cc1c44780242fdf6b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 28 10:16:32 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 45341a8..8cf12e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>58</version>
+    <version>59</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4e231ea..27e2ca4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,7 +96,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump actions/upload-artifact from 3.1.0 to 3.1.1 #150.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump commons-parent from 50 to 58 #14, #113, #139, #168, #189.
+        Bump commons-parent from 50 to 59 #14, #113, #139, #168, #189.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump junit from 4.12 to 5.9.1 vintage #16, #42, #58.