From 2e5c8225e9a8ecf508ca801ec401ff0a355062c3 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 30 Sep 2023 07:42:06 -0400 Subject: [PATCH] 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 @@ commons-io commons-io - 2.13.0 + 2.14.0 test 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 @@ Better error message during faulty CSV record read #347. Misleading error message when QuoteMode set to None #352. - Bump commons-io:commons-io: from 2.11.0 to 2.13.0. + Bump commons-io:commons-io: from 2.11.0 to 2.14.0. Bump commons-parent from 57 to 62. Bump h2 from 2.1.214 to 2.2.224 #333, #349, #359. Bump commons-lang3 from 3.12.0 to 3.13.0.