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/05/31 13:57:26 UTC

[commons-parent] branch master updated: Bump checkstyle from 8.42 to 8.43 (#45)

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


The following commit(s) were added to refs/heads/master by this push:
     new f708db5  Bump checkstyle from 8.42 to 8.43 (#45)
f708db5 is described below

commit f708db5d26849d444039175ca6118687bbdb517f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 31 09:57:18 2021 -0400

    Bump checkstyle from 8.42 to 8.43 (#45)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.42 to 8.43.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.42...checkstyle-8.43)
    
    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 9e1a460..fced5ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
     <commons.build-plugin.version>1.12</commons.build-plugin.version>
     <commons.changes.version>2.12.1</commons.changes.version>
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
-    <commons.checkstyle.version>8.42</commons.checkstyle.version>
+    <commons.checkstyle.version>8.43</commons.checkstyle.version>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.compiler.version>3.8.1</commons.compiler.version>