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 a4d15bc Bump opencsv from 5.5.1 to 5.5.2 #182.
a4d15bc is described below
commit a4d15bcab242cee08b8cbf43cb4ee12d5c8dde88
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 22 10:54:10 2021 -0400
Bump opencsv from 5.5.1 to 5.5.2 #182.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8c43da5..b2f6f04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,7 +435,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
- <version>5.5.1</version>
+ <version>5.5.2</version>
<scope>test</scope>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 150b375..6814c2a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@
<action type="update" dev="ggregory"
due-to="Dependabot">Bump actions/checkout from 2.3.4 to 2.3.5 #188.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump mockito-core from 3.11.2 to 4.0.0 #187.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #184.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump opencsv from 5.5.1 to 5.5.2 #182.</action>
</release>
<release version="1.9.0" date="2021-07-24" description="Feature and bug
fix release (Java 8)">
<!-- FIX -->