From bd7f627e9b162223f4658cb2471313c6f9cee2c2 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 7 Sep 2023 07:45:44 -0400 Subject: [PATCH] Bump commons-parent from 61 to 62 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 847d30dd..ff3da6a5 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.apache.commons commons-parent - 61 + 62 commons-csv 1.10.1-SNAPSHOT diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 264f6421..8d38fc4d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,7 @@ [StepSecurity] CI: Harden GitHub Actions #329, #330. Bump commons-io:commons-io: from 2.11.0 to 2.13.0. - Bump commons-parent from 57 to 61. + Bump commons-parent from 57 to 62. Bump h2 from 2.1.214 to 2.2.222 #333, #349. Bump commons-lang3 from 3.12.0 to 3.13.0. Update exception message in CSVRecord#getNextRecord() #348.