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:32:38 UTC

[myfaces-tobago] branch tobago-5.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-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


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

commit 6ef566b8640c1f7c342af84c990869ea800ba9e3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 5 07:22:28 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 4cca784672..e25db706d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,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>21</checkstyle-rules.version>
+    <checkstyle-rules.version>22</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.50.v20221201</jetty.version>