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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 74ed7ce Bump checkstyle from 9.0.1 to 9.1 (#194)
74ed7ce is described below
commit 74ed7ce269d3112e4a41aafbb5a487db425e9239
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 2 09:51:57 2021 -0400
Bump checkstyle from 9.0.1 to 9.1 (#194)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to
9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0.1...checkstyle-9.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 5e56fbd..282f068 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
<commons.encoding>UTF-8</commons.encoding>
<commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
- <commons.checkstyle.version>9.0.1</commons.checkstyle.version>
+ <commons.checkstyle.version>9.1</commons.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>
<checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>