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/02/02 08:45:52 UTC

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

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 75baf80b0d build(deps): bump maven-enforcer-plugin from 3.1.0 to 3.2.1
75baf80b0d is described below

commit 75baf80b0d835c7c300278b6049655fb66450e7f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 1 16:10:49 2023 +0000

    build(deps): bump maven-enforcer-plugin from 3.1.0 to 3.2.1
    
    Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.1.0 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.1.0...enforcer-3.2.1)
    
    ---
    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 c881a00fb9..f7adfd5d14 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.1.0</version>
+        <version>3.2.1</version>
         <executions>
           <execution>
             <id>enforce</id>
@@ -884,7 +884,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>
-            <version>3.1.0</version>
+            <version>3.2.1</version>
             <executions>
               <execution>
                 <id>enforce-java</id>