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 2022/10/12 08:58:38 UTC

[myfaces-tobago] branch main updated: build(deps): bump checkstyle-rules from 17 to 19 (#3345)

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 181d7ba0bc build(deps): bump checkstyle-rules from 17 to 19 (#3345)
181d7ba0bc is described below

commit 181d7ba0bc0ae5b25a4b813a3ea7ad010092e1f8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 12 10:58:32 2022 +0200

    build(deps): bump checkstyle-rules from 17 to 19 (#3345)
    
    Bumps checkstyle-rules from 17 to 19.
    
    ---
    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 99f81725d1..35d9b22c63 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.1</junit-jupiter.version>
     <testcontainers.version>1.17.5</testcontainers.version>
-    <checkstyle-rules.version>17</checkstyle-rules.version>
+    <checkstyle-rules.version>19</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>11.0.12</jetty.version>