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 672dc80 Bump checkstyle from 8.41 to 8.42 (#225)
672dc80 is described below
commit 672dc80a1ce1bb0cc07c667304c737483ad13889
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 12 11:42:49 2021 -0400
Bump checkstyle from 8.41 to 8.42 (#225)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41 to
8.42.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41...checkstyle-8.42)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4fc9878..fd4760c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@ file comparators, endian transformation classes, and much
more.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.41</version>
+ <version>8.42</version>
</dependency>
</dependencies>
</plugin>