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 2022/03/25 07:42:43 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump checkstyle from 9.3 to 10.0

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

hnoeth 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 3e30994  build(deps): bump checkstyle from 9.3 to 10.0
3e30994 is described below

commit 3e30994ded7c9cc31867f0953c901c537d4309fe
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 21 17:05:29 2022 +0000

    build(deps): bump checkstyle from 9.3 to 10.0
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.3...checkstyle-10.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      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 b851f1f..3747f22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
     <jsf.target>2.0</jsf.target>
     <required.maven.version>3.3.1</required.maven.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
-    <checkstyle.version>9.3</checkstyle.version>
+    <checkstyle.version>10.0</checkstyle.version>
     <!-- XXX use 16, if released -->
     <checkstyle-rules.version>16</checkstyle-rules.version>
     <tobago.basedir>${project.basedir}</tobago.basedir>