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-csv.git
commit 5248168f594169be246f83f9d01513b91d769133 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Aug 25 09:40:38 2023 -0400 Bump commons-parent from 59 to 60 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 33518874..781b1d64 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>59</version> + <version>60</version> </parent> <artifactId>commons-csv</artifactId> <version>1.10.1-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 034854eb..be8698af 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,7 @@ <action type="fix" dev="ggregory" due-to="step-security-bot">[StepSecurity] ci: Harden GitHub Actions #329, #330.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io: from 2.11.0 to 2.13.0.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 57 to 59.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 57 to 60.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump h2 from 2.1.214 to 2.2.220 #333.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action> </release>