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 38ada7d7 Bump org.apache.commons:commons-parent from 83 to 84 38ada7d7 is described below commit 38ada7d7143940114bca939c760eae271000f9b5 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 08:13:29 2025 -0400 Bump org.apache.commons:commons-parent from 83 to 84 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index df146277..8fb451f4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>83</version> + <version>84</version> </parent> <artifactId>commons-csv</artifactId> <version>1.14.1-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3cb97f78..4d23e65d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,7 +48,7 @@ <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.18.0 to 2.19.0.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 83 #542.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #542.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.opencsv:opencsv from 5.10 to 5.11 #545.</action> </release> <release version="1.14.0" date="2025-03-15" description="This is a feature and maintenance release. Java 8 or later is required.">