You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/06/15 08:22:47 UTC

[ws-wss4j] branch master updated: Updating Checkstyle to 10.1

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 950e8a663 Updating Checkstyle to 10.1
950e8a663 is described below

commit 950e8a663e214882a3e07a9503dc6e9696d055dc
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 15 09:22:33 2022 +0100

    Updating Checkstyle to 10.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ba05d335..2be06e76b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
                     <dependency>
                         <groupId>com.puppycrawl.tools</groupId>
                         <artifactId>checkstyle</artifactId>
-                        <version>8.35</version>
+                        <version>10.1</version>
                     </dependency>
                 </dependencies>
                 <configuration>