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/12/27 14:38:11 UTC

[commons-dbutils] branch master updated: Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#56)

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 483245d  Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#56)
483245d is described below

commit 483245dfee50308e00c999896d5b4639abfce216
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 27 09:38:05 2021 -0500

    Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#56)
    
    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.1...maven-checkstyle-plugin-3.1.2)
    
    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 8fe10d9..962967d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,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.1</commons.checkstyle-plugin.version>
+    <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
     <dbutils.checkstyle.version>8.37</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>