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 2021/09/03 13:37:08 UTC

[commons-csv] branch master updated: Bump checkstyle from 8.44 to 9.0 #180.

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 f6cdeac  Bump checkstyle from 8.44 to 9.0 #180.
f6cdeac is described below

commit f6cdeac129665cf6f131b00678c9b4e824d758e5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 3 09:37:06 2021 -0400

    Bump checkstyle from 8.44 to 9.0 #180.
    
    Bump junit-jupiter from 5.8.0-M1 to 5.8.0-RC1 #179.
    Bump jmh-core from 1.32 to 1.33 #176.
    Bump jmh-generator-annprocess from 1.32 to 1.33 #175.
    Bump commons.pmd-impl.version from 6.36.0 to 6.37.0 #173.
---
 src/changes/changes.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a0d9e60..83b5e44 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,7 +38,15 @@
     <title>Apache Commons CSV Release Notes</title>
   </properties>
   <body>
-    <release version="1.9.0" date="2020-07-24" description="Feature and bug fix release (Java 8)">
+    <release version="1.9.1" date="2021-MM-DD" description="Feature and bug fix release (Java 8)">
+      <!-- UPDATE -->
+      <action                 type="update" dev="ggregory" due-to="Dependabot">Bump checkstyle from 8.44 to 9.0 #180.</action>
+      <action                 type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter from 5.8.0-M1 to 5.8.0-RC1 #179.</action>
+      <action                 type="update" dev="ggregory" due-to="Dependabot">Bump jmh-core from 1.32 to 1.33 #176.</action>
+      <action                 type="update" dev="ggregory" due-to="Dependabot">Bump jmh-generator-annprocess from 1.32 to 1.33 #175.</action>
+      <action                 type="update" dev="ggregory" due-to="Dependabot">Bump commons.pmd-impl.version from 6.36.0 to 6.37.0 #173.</action>
+    </release>
+    <release version="1.9.0" date="2021-07-24" description="Feature and bug fix release (Java 8)">
       <!-- FIX -->
       <action                 type="fix" dev="ggregory" due-to="Amey Jadiye">Replace FindBugs with SpotBugs #56.</action>
       <action                 type="fix" dev="ggregory" due-to="Chen">Javadoc typo in CSVFormat let's -> lets #57.</action>