This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new b3037ba ORC-1048: Bump checkstyle from 9.0.1 to 9.1 (#960)
b3037ba is described below
commit b3037ba3717418d0128be49d9c888e14ef6e9dd0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 8 10:50:26 2021 -0800
ORC-1048: Bump checkstyle from 9.0.1 to 9.1 (#960)
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)
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 5e5b729..d9ef907 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -278,7 +278,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>9.0.1</version>
+ <version>9.1</version>
</dependency>
</dependencies>
<executions>