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/08 15:14:58 UTC

[commons-io] branch master updated: Bump checkstyle from 8.44 to 8.45 (#256)

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


The following commit(s) were added to refs/heads/master by this push:
     new a8938c9  Bump checkstyle from 8.44 to 8.45 (#256)
a8938c9 is described below

commit a8938c9f32e03c5939fe29fdd92c78dd8244e6de
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Aug 8 11:14:52 2021 -0400

    Bump checkstyle from 8.44 to 8.45 (#256)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.44 to 8.45.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.44...checkstyle-8.45)
    
    ---
    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 ff09e26..a605091 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,7 +372,7 @@ file comparators, endian transformation classes, and much more.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.44</version>
+              <version>8.45</version>
             </dependency>
           </dependencies>
         </plugin>