You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/06/10 19:46:15 UTC

[camel-k-runtime] branch main updated: build(deps): bump maven-enforcer-plugin from 3.0.0 to 3.1.0

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

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new b86247fc build(deps): bump maven-enforcer-plugin from 3.0.0 to 3.1.0
b86247fc is described below

commit b86247fcd746ed957c64e1a784f8cd231fca36aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 10 19:02:44 2022 +0000

    build(deps): bump maven-enforcer-plugin from 3.0.0 to 3.1.0
    
    Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0...enforcer-3.1.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                             | 2 +-
 support/camel-k-runtime-bom/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0d3af185..f2f5d0cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
         <maven-jar-plugin-version>3.2.2</maven-jar-plugin-version>
         <maven-invoker-plugin-version>3.2.1</maven-invoker-plugin-version>
         <maven-clean-plugin-version>3.2.0</maven-clean-plugin-version>
-        <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
+        <maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.2.0</maven-resources-plugin-version>
         <maven-site-plugin-version>3.12.0</maven-site-plugin-version>
         <maven-pmd-plugin-version>3.17.0</maven-pmd-plugin-version>
diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index cb77f1e4..d6bdd7ab 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -37,7 +37,7 @@
         <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         <project.build.outputTimestamp>1652957044</project.build.outputTimestamp>
 
-        <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
+        <maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
         <maven-version>3.6.3</maven-version>
         <quarkus-version>2.8.0.Final</quarkus-version>
     </properties>