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 697e291 ORC-1018: Bump checkstyle from 9.0 to 9.0.1 (#927)
697e291 is described below
commit 697e2916b93ddba71a0d481a7255682f2e54d9cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 4 23:23:57 2021 -0700
ORC-1018: Bump checkstyle from 9.0 to 9.0.1 (#927)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0 to
9.0.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0...checkstyle-9.0.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
(cherry picked from commit 8bc6906f0c57ffe91c313b6f96d68f68ddc9cee9)
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 cad43ea..110ee7d 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</version>
+ <version>9.0.1</version>
</dependency>
</dependencies>
<executions>