You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/04/05 07:21:02 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump checkstyle-rules from 21 to 22

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 1f40beb9ff build(deps): bump checkstyle-rules from 21 to 22
1f40beb9ff is described below

commit 1f40beb9ff1f345ffa7e09424e7e4d9cba29bc88
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 4 16:59:38 2023 +0000

    build(deps): bump checkstyle-rules from 21 to 22
    
    Bumps checkstyle-rules from 21 to 22.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.myfaces.buildtools:checkstyle-rules
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fea27a3cf9..583f5198db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <maven-pmd-plugin.version>3.20.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <junit-jupiter.version>5.9.2</junit-jupiter.version>
-    <checkstyle-rules.version>21</checkstyle-rules.version>
+    <checkstyle-rules.version>22</checkstyle-rules.version>
   </properties>
 
   <issueManagement>