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 59d8903 ORC-1061: Bump checkstyle from 9.1 to 9.2 (#970)
59d8903 is described below
commit 59d8903ab1b3f63a5f27383fb8764e932573004b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 14 12:24:22 2021 -0800
ORC-1061: Bump checkstyle from 9.1 to 9.2 (#970)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to
9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.1...checkstyle-9.2)
(cherry picked from commit 02f50ed1f9e53e6ae51d5c0c2812460748ed7be9)
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 2b3ac44..ba15002 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -276,7 +276,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>9.1</version>
+ <version>9.2</version>
</dependency>
</dependencies>
<executions>