This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new f71b26ac09 Bump puppycrawl checkstyle version from 6.19 to 7.8.2 
(#3425)
f71b26ac09 is described below

commit f71b26ac092427142b3d83cff596afaf38357cf5
Author: ZhangJian He <[email protected]>
AuthorDate: Fri Jul 29 09:30:47 2022 +0800

    Bump puppycrawl checkstyle version from 6.19 to 7.8.2 (#3425)
    
    ### Changes
    Bump puppycrawl checkstyle version to 7.8.2. Fix violation
---
 .../src/test/java/org/apache/bookkeeper/test/ZooKeeperCluster.java      | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/test/ZooKeeperCluster.java
 
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/test/ZooKeeperCluster.java
index d6b8b73567..e6aa5e7167 100644
--- 
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/test/ZooKeeperCluster.java
+++ 
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/test/ZooKeeperCluster.java
@@ -59,7 +59,7 @@ public interface ZooKeeperCluster {
 
     void killCluster() throws Exception;
 
-    void sleepCluster(int time, final TimeUnit timeUnit, final CountDownLatch 
l)
+    void sleepCluster(int time, TimeUnit timeUnit, CountDownLatch l)
             throws InterruptedException, IOException;
 
     default void expireSession(ZooKeeper zk) throws Exception {
diff --git a/pom.xml b/pom.xml
index 4e0c85f643..235805168c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
     <nar-maven-plugin.version>3.10.1</nar-maven-plugin.version>
     <os-maven-plugin.version>1.4.1.Final</os-maven-plugin.version>
     <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
-    <puppycrawl.checkstyle.version>6.19</puppycrawl.checkstyle.version>
+    <puppycrawl.checkstyle.version>7.8.2</puppycrawl.checkstyle.version>
     <spotbugs-maven-plugin.version>4.6.0.0</spotbugs-maven-plugin.version>
     <forkCount.variable>1</forkCount.variable>
     <servlet-api.version>4.0.0</servlet-api.version>

Reply via email to