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 e0b5cf5 Bump commons-parent from 59 to 61 e0b5cf5 is described below commit e0b5cf5d39d87fe8048d5511780543ef554a7e2f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 30 09:46:35 2023 -0400 Bump commons-parent from 59 to 61 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4cfad4c..33f3d98 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>59</version> + <version>61</version> </parent> <artifactId>commons-crypto</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3016151..32399eb 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, Gary Gregory">Bump commons-parent from 56 to 59 #225.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-parent from 56 to 61 #225.</action> </release> <release version="1.2.0" date="2023-01-14" description="Minor release (Java 8, OpenSSL 1.1.1)"> <!-- FIX -->