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 2023/04/06 09:33:55 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven-enforcer-plugin from 3.2.1 to 3.3.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 a2cf3e1842 build(deps): bump maven-enforcer-plugin from 3.2.1 to 3.3.0
a2cf3e1842 is described below

commit a2cf3e184213d52026f05df6c5336cbffaa6b988
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 5 17:00:57 2023 +0000

    build(deps): bump maven-enforcer-plugin from 3.2.1 to 3.3.0
    
    Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.2.1 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.2.1...enforcer-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e1ee0edaeb..1cbfb50f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.2.1</version>
+        <version>3.3.0</version>
         <executions>
           <execution>
             <id>enforce</id>
@@ -884,7 +884,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>
-            <version>3.2.1</version>
+            <version>3.3.0</version>
             <executions>
               <execution>
                 <id>enforce-java</id>