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 dbf0d7a3 Bump commons-lang3 from 3.13.0 to 3.14.0
dbf0d7a3 is described below
commit dbf0d7a3eb47273336300eb9330c577d330fa832
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 08:51:44 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.0
---
pom.xml | 4 ++--
src/changes/changes.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9eb4f733..258c148a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -454,7 +454,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f270517..b564d52e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@
<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>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-lang3 from 3.12.0 to 3.14.0.</action>
<action type="update" dev="ggregory" due-to="Buddhi De Silva, Michael
Osipov, Gary Gregory">Update exception message in CSVRecord#getNextRecord()
#348.</action>
</release>
<release version="1.10.0" date="2023-01-28" description="Feature and bug
fix release (Java 8 or above)">