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 99ab464 ORC-989: Bump checkstyle from 8.45.1 to 9.0 (#899)
99ab464 is described below
commit 99ab464218efcc0c61917ef3a8477abeb22c9c91
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 6 14:57:14 2021 -0700
ORC-989: Bump checkstyle from 8.45.1 to 9.0 (#899)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to
9.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-9.0)
(cherry picked from commit 6be6e8914100e9260171824f2197b3aea266f89f)
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 7ef7284..cad43ea 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -276,7 +276,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.45.1</version>
+ <version>9.0</version>
</dependency>
</dependencies>
<executions>