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/01/08 15:57:46 UTC

[commons-dbutils] branch master updated: Bump checkstyle from 8.37 to 9.2.1.

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b18c3c  Bump checkstyle from 8.37 to 9.2.1.
6b18c3c is described below

commit 6b18c3c78c34f52a388868d6ac5175673dba34f2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 8 10:57:44 2022 -0500

    Bump checkstyle from 8.37 to 9.2.1.
---
 pom.xml                                      | 2 +-
 src/changes/changes.xml                      | 3 +++
 src/site/resources/checkstyle/checkstyle.xml | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 962967d..2fd6b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,7 +245,7 @@
     <commons.spotbugs.version>4.4.2</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.2.3</commons.spotbugs.impl.version>
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
-    <dbutils.checkstyle.version>8.37</dbutils.checkstyle.version>
+    <dbutils.checkstyle.version>9.2.1</dbutils.checkstyle.version>
     <checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>
     <checkstyle.config.file>${basedir}/src/site/resources/checkstyle/checkstyle.xml</checkstyle.config.file>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d43952a..a6fd374 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -111,6 +111,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update commons.japicmp.version 0.14.3 -> 0.15.2.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump checkstyle from 8.37 to 9.2.1.
+      </action>
     </release>
     
     <release version="1.7" date="2017-07-20" description="Bug fixes and separate column &amp; property handlers using SPI">
diff --git a/src/site/resources/checkstyle/checkstyle.xml b/src/site/resources/checkstyle/checkstyle.xml
index ae00b8f..71d9825 100644
--- a/src/site/resources/checkstyle/checkstyle.xml
+++ b/src/site/resources/checkstyle/checkstyle.xml
@@ -90,7 +90,7 @@
           <!-- Checks for Javadoc comments.                     -->
           <!-- See http://checkstyle.sf.net/config_javadoc.html -->
           <module name="JavadocMethod">
-              <property name="scope" value="protected"/>
+              <property name="accessModifiers" value="protected"/>
           </module>
           <module name="JavadocType">
               <property name="scope" value="protected"/>