This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 2d6ebfc ORC-1048: Bump checkstyle from 9.0.1 to 9.1 (#960)
2d6ebfc is described below
commit 2d6ebfc21c2953f3ae8471924e32e5ec4410422b
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)
(cherry picked from commit b3037ba3717418d0128be49d9c888e14ef6e9dd0)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 110ee7d..2b3ac44 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -276,7 +276,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>9.0.1</version>
+ <version>9.1</version>
</dependency>
</dependencies>
<executions>