You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/06/10 18:20:03 UTC

[commons-validator] 02/02: Bump commons-csv from 1.6 to 1.9.0.

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-validator.git

commit 42a07afd5144105483d18f87e07f5e5dcb6802e8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 10 14:19:44 2022 -0400

    Bump commons-csv from 1.6 to 1.9.0.
---
 pom.xml                 | 3 +--
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4bbe0923..b3613658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,8 +172,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-csv</artifactId>
-      <!-- 1.6 needed for Java 7+ -->
-      <version>1.6</version>
+      <version>1.9.0</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ddd4d6d8..f92f4ae6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -104,6 +104,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="update" dev="ggregory" due-to="Dependabot">
       Bump maven-antrun-plugin from 3.0.0 to 3.1.0 #74.
     </action>
+    <action type="update" dev="ggregory" due-to="Dependabot">
+      Bump commons-csv from 1.6 to 1.9.0.
+    </action>
   </release>
   
   <release version="1.7" date="2020-08-07" description="