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:39:28 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump checkstyle-rules from 18-SNAPSHOT to 19 (#3344)

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

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


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 6cdc786131 build(deps): bump checkstyle-rules from 18-SNAPSHOT to 19 (#3344)
6cdc786131 is described below

commit 6cdc7861311271ce17d3620457630555e9a5af98
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 12 10:39:22 2022 +0200

    build(deps): bump checkstyle-rules from 18-SNAPSHOT to 19 (#3344)
    
    Bumps checkstyle-rules from 18-SNAPSHOT to 19.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.myfaces.buildtools:checkstyle-rules
      dependency-type: direct:production
    ...
    
    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 fc9c71a5bc..02b00373be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <required.maven.version>3.8.1</required.maven.version>
     <maven-checkstyle-plugin.version>3.2.0</maven-checkstyle-plugin.version>
     <checkstyle.version>9.3</checkstyle.version>
-    <checkstyle-rules.version>18-SNAPSHOT</checkstyle-rules.version>
+    <checkstyle-rules.version>19</checkstyle-rules.version>
     <tobago.basedir>${project.basedir}</tobago.basedir>
   </properties>