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
The following commit(s) were added to refs/heads/master by this push: new 809b8368 Bump commons-parent from 57 to 58 809b8368 is described below commit 809b8368c665aa9871091b30b4d3dc542e9c0d82 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 11:24:52 2023 -0400 Bump commons-parent from 57 to 58 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 43759b3c..af1964c9 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>57</version> + <version>58</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 9bf37259..4f949ad5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,7 @@ <action issue="CSV-306" type="fix" dev="ggregory" due-to="Sam Ng, Bruno P. Kinoshita">Replace deprecated method in user guide, update external link #324, #325.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io: from 2.11.0 to 2.12.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 57 to 58.</action> </release> <release version="1.10.0" date="2023-01-28" description="Feature and bug fix release (Java 8)"> <!-- FIX -->