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/12 08:22:47 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.apache.maven.plugins:maven-dependency-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 54e66a28 build(deps): bump org.apache.maven.plugins:maven-dependency-plugin
54e66a28 is described below

commit 54e66a2848d95afe98410ec0bf4f913e0ec47867
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 11 20:53:09 2023 +0000

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

diff --git a/pom.xml b/pom.xml
index f41ab8d3..322a3877 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <gmavenplus-plugin-version>3.0.2</gmavenplus-plugin-version>
         <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
         <maven-assembly-plugin-version>3.5.0</maven-assembly-plugin-version>
-        <maven-dependency-plugin-version>3.5.0</maven-dependency-plugin-version>
+        <maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
         <maven-surefire-plugin-version>3.0.0</maven-surefire-plugin-version>
         <maven-remote-resources-plugin-version>3.1.0</maven-remote-resources-plugin-version>
         <maven-failsafe-plugin-version>3.2.2</maven-failsafe-plugin-version>