You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2023/04/23 08:23:23 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven-checkstyle-plugin from 3.2.1 to 3.2.2

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

bommel 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 3331b80126 build(deps): bump maven-checkstyle-plugin from 3.2.1 to 3.2.2
3331b80126 is described below

commit 3331b80126b16c2cd61ebbaccabaa6e90717cad2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 21 17:00:08 2023 +0000

    build(deps): bump maven-checkstyle-plugin from 3.2.1 to 3.2.2
    
    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.1 to 3.2.2.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.1...maven-checkstyle-plugin-3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 1cbfb50f5b..1e8add3908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jsf.target>2.0</jsf.target>
     <required.maven.version>3.8.1</required.maven.version>
-    <maven-checkstyle-plugin.version>3.2.1</maven-checkstyle-plugin.version>
+    <maven-checkstyle-plugin.version>3.2.2</maven-checkstyle-plugin.version>
     <checkstyle.version>9.3</checkstyle.version>
     <checkstyle-rules.version>22</checkstyle-rules.version>
     <tobago.basedir>${project.basedir}</tobago.basedir>