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/08/26 13:33:58 UTC

[commons-lang] branch master updated: Bump checkstyle from 8.43 to 8.45.1 (#787)

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


The following commit(s) were added to refs/heads/master by this push:
     new 46c5640  Bump checkstyle from 8.43 to 8.45.1 (#787)
46c5640 is described below

commit 46c5640557cabe1fed3bd4968b305d39617f27be
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 26 09:33:51 2021 -0400

    Bump checkstyle from 8.43 to 8.45.1 (#787)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.43 to 8.45.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.43...checkstyle-8.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 2635426..36c03ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -625,7 +625,7 @@
     <commons.encoding>utf-8</commons.encoding>
 
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
-    <checkstyle.version>8.44</checkstyle.version>
+    <checkstyle.version>8.45.1</checkstyle.version>
     <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
 
     <spotbugs.plugin.version>4.3.0</spotbugs.plugin.version>