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/02/21 17:48:41 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump checkstyle-rules from 16-SNAPSHOT to 16

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

lofwyr 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 10784bf  build(deps): bump checkstyle-rules from 16-SNAPSHOT to 16
10784bf is described below

commit 10784bfc20ed9ed884ae42a34478528d08d5a0dc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 21 16:43:31 2022 +0000

    build(deps): bump checkstyle-rules from 16-SNAPSHOT to 16
    
    Bumps checkstyle-rules from 16-SNAPSHOT to 16.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.myfaces.buildtools:checkstyle-rules
      dependency-type: direct:production
    ...
    
    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 3f7530f..058bcfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <!-- XXX use 16, if released -->
-    <checkstyle-rules.version>16-SNAPSHOT</checkstyle-rules.version>
+    <checkstyle-rules.version>16</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.44.v20210927</jetty.version>