You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/12/19 12:41:10 UTC

[myfaces-master-pom] branch main updated: Bump checkstyle-rules from 19 to 20 (#70)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c5c6850  Bump checkstyle-rules from 19 to 20 (#70)
c5c6850 is described below

commit c5c685086e44d18b81e34b91c9ac05c4d5866e9f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 19 07:41:06 2022 -0500

    Bump checkstyle-rules from 19 to 20 (#70)
    
    Bumps checkstyle-rules from 19 to 20.
    
    ---
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3f87ec5..084d092 100644
--- a/pom.xml
+++ b/pom.xml
@@ -964,7 +964,7 @@
                     <dependency>
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>checkstyle-rules</artifactId>
-                        <version>19</version>
+                        <version>20</version>
                     </dependency>
                 </dependencies>
             </plugin>