You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2023/04/24 10:47:48 UTC

[myfaces-tobago] branch main updated: build: update suppression check (#3990)

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

lofwyr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new e4ca94ce9b build: update suppression check (#3990)
e4ca94ce9b is described below

commit e4ca94ce9b5f7da20ee9a9e2275ccd8d628ffa10
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Mon Apr 24 12:47:42 2023 +0200

    build: update suppression check (#3990)
    
    for word-wrap
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0e3be6de3e..e19adab82b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <junit-jupiter.version>5.9.2</junit-jupiter.version>
     <testcontainers.version>1.18.0</testcontainers.version>
-    <checkstyle-rules.version>22</checkstyle-rules.version>
+    <checkstyle-rules.version>23-SNAPSHOT</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>11.0.15</jetty.version>