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:10:28 UTC

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


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

commit 26b8ffbb97e69a5d4d2ad96cc95e426329943cb0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 28 10:10:23 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 ae9291f..8d9b1bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>58</version>
+    <version>59</version>
   </parent>
 
   <artifactId>commons-crypto</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index da302b5..3016151 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,7 +69,7 @@
       <action dev="ggregory"     type="fix" due-to="step-security-bot, Gary Gregory">[StepSecurity] Harden GitHub builds #228, #234.</action>
       <action dev="ggregory"     type="fix" due-to="Martin Wiesner">Fixes grammar and typos in Javadoc #233.</action>      
       <!-- UPDATE -->
-      <action                    type="update" dev="ggregory" due-to="Dependabot">Bump commons-parent from 56 to 58 #225.</action>
+      <action                    type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-parent from 56 to 59 #225.</action>
     </release>
     <release version="1.2.0" date="2023-01-14" description="Minor release (Java 8, OpenSSL 1.1.1)">
       <!-- FIX -->