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 2024/03/12 07:17:42 UTC

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

commit 0fced98c83b94fd190aa125f7d8e4a09fe1de31a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 11 20:13:16 2024 +0000

    build(deps): bump org.apache.maven.plugins:maven-assembly-plugin
    
    Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.6.0 to 3.7.0.
    - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-assembly-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 7b9c55ac..c099ae87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <!-- plugins -->
         <gmavenplus-plugin-version>3.0.2</gmavenplus-plugin-version>
         <maven-compiler-plugin-version>3.12.1</maven-compiler-plugin-version>
-        <maven-assembly-plugin-version>3.6.0</maven-assembly-plugin-version>
+        <maven-assembly-plugin-version>3.7.0</maven-assembly-plugin-version>
         <maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
         <maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>
         <maven-remote-resources-plugin-version>3.1.0</maven-remote-resources-plugin-version>