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 2020/11/21 16:39:43 UTC

[commons-dbutils] branch master updated: Bump checkstyle from 8.35 to 8.37 (#47)

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 43bf96f  Bump checkstyle from 8.35 to 8.37 (#47)
43bf96f is described below

commit 43bf96fa0a9372efabebb0294feda9aee82e310c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Nov 21 11:39:37 2020 -0500

    Bump checkstyle from 8.35 to 8.37 (#47)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.35 to 8.37.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.35...checkstyle-8.37)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 162c405..dfda2ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@
 
     <dbutils.spotbugs.version>4.1.4</dbutils.spotbugs.version>
     <commons.checkstyle-plugin.version>3.1.1</commons.checkstyle-plugin.version>
-    <dbutils.checkstyle.version>8.35</dbutils.checkstyle.version>
+    <dbutils.checkstyle.version>8.37</dbutils.checkstyle.version>
 
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>