Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv
diff --git a/pom.xml b/pom.xml
index e1ff9c6..7af72de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,8 @@
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
 
     <commons.pmd.version>3.14.0</commons.pmd.version>
+    <commons.jacoco.version>0.8.7</commons.jacoco.version>
+    <commons.spotbugs.version>4.2.3</commons.spotbugs.version>
     <japicmp.skip>false</japicmp.skip>
 
     <commons.release.isDistModule>true</commons.release.isDistModule>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cb6f25b..77b545b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,8 @@
       <action                 type="update" dev="ggregory" due-to="Dependabot">Bump actions/cache from v2 to v2.1.4 #132.</action>

       <action                 type="update" dev="ggregory" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #131.</action>

       <action                 type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter from 5.7.0 to 5.7.1 #133.</action>

+      <action                 type="update" dev="ggregory" due-to="Dependabot">Bump commons.jacoco.version from 0.8.5 to 0.8.7 (Java 16).</action>

+      <action                 type="update" dev="ggregory" due-to="Dependabot">Bump commons.spotbugs.version from 4.0.4 to 4.2.3 (Java 16).</action>

     </release>

     <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).