From 7eb223cadec389a7e1d13ab4587d56cc7b2c670e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 25 Oct 2023 17:51:15 -0400 Subject: [PATCH] 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 @@ commons-io commons-io - 2.14.0 + 2.15.0 org.apache.commons 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 @@ 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.14.0. + Bump commons-io:commons-io: from 2.11.0 to 2.15.0. Bump commons-parent from 57 to 64. Bump h2 from 2.1.214 to 2.2.224 #333, #349, #359. Bump commons-lang3 from 3.12.0 to 3.13.0.