This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 844adca55 Bump checkstyle from 8.18 to 8.29 (#2767)
844adca55 is described below
commit 844adca5524538bc2683bd07032f012c9b810470
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 7 14:30:42 2022 +0800
Bump checkstyle from 8.18 to 8.29 (#2767)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
old mode 100755
new mode 100644
index eb43be261..25cdf71a1
--- a/pom.xml
+++ b/pom.xml
@@ -422,7 +422,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.18</version>
+ <version>8.29</version>
</dependency>
</dependencies>
</plugin>