You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/12/14 09:03:21 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin

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

pcongiusti 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 63c019a0 build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin
63c019a0 is described below

commit 63c019a0eb3ad1ffbd6e7d69cfceb246e4cb5e53
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 13 20:25:34 2023 +0000

    build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin
    
    Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.3.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.3.0...enforcer-3.4.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                             | 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 03e8f5aa..0f9f6972 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         <maven-jar-plugin-version>3.3.0</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.3.0</maven-enforcer-plugin-version>
+        <maven-enforcer-plugin-version>3.4.1</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
         <maven-site-plugin-version>3.12.1</maven-site-plugin-version>
         <maven-pmd-plugin-version>3.21.2</maven-pmd-plugin-version>
diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index 364a2d2e..22f11442 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -36,7 +36,7 @@
         <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         <project.build.outputTimestamp>1702292687</project.build.outputTimestamp>
         <jolokia-version>1.7.2</jolokia-version>
-        <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
+        <maven-enforcer-plugin-version>3.4.1</maven-enforcer-plugin-version>
         <maven-version>3.8.6</maven-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
         <quarkus-platform-version>3.6.0</quarkus-platform-version>