You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/01 16:29:40 UTC

[cxf] branch main updated: Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#1105)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new b49846c8c4 Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#1105)
b49846c8c4 is described below

commit b49846c8c4275fe7758449e45e473c1a1ab3bdd6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 1 11:29:32 2023 -0500

    Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#1105)
    
    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>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 pom.xml                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 20f260ad0f..17fb830b9b 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -224,7 +224,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>
                             <goals>
diff --git a/pom.xml b/pom.xml
index 1d77892c91..389ee8eca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -636,7 +636,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.1</version>
                     <configuration>
                         <rules>
                             <requireJavaVersion>