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 2e5c8225 Bump commons-io from 2.13.0 to 2.14.0 2e5c8225 is described below commit 2e5c8225e9a8ecf508ca801ec401ff0a355062c3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 07:42:06 2023 -0400 Bump commons-io from 2.13.0 to 2.14.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5e3e7e61..243954bc 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>2.14.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 898efd77..0b682d09 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,7 @@ <action type="fix" issue="CSV-147" dev="ggregory" due-to="Steven Peterson, Benedikt Ritter, Gary Gregory, Joerg Schaible, Buddhi De Silva, Elliotte Rusty Harold">Better error message during faulty CSV record read #347.</action> <action type="fix" issue="CSV-310" dev="ggregory" due-to="Buddhi De Silva">Misleading error message when QuoteMode set to None #352.</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-io:commons-io: from 2.11.0 to 2.14.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 57 to 62.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump h2 from 2.1.214 to 2.2.224 #333, #349, #359.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>