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 7eb223ca Bump commons-io from 2.14.0 to 2.15.0
7eb223ca is described below

commit 7eb223cadec389a7e1d13ab4587d56cc7b2c670e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Oct 25 17:51:15 2023 -0400

    Bump commons-io from 2.14.0 to 2.15.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 0ecb37c6..b80767d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.14.0</version>
+      <version>2.15.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6adf1732..18d4a6a6 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.14.0.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io: from 2.11.0 to 2.15.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-parent from 57 to 64.</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>

Reply via email to