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.
This commit is contained in:
Gary Gregory 2021-09-03 09:37:06 -04:00
parent 2908d10b16
commit f6cdeac129
1 changed files with 9 additions and 1 deletions

View File

@ -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>