You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/08 08:13:20 UTC

(camel-kamelets) branch main updated: Bump org.apache.maven:maven-artifact from 3.8.5 to 3.9.6 (#1789)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 180f0e21 Bump org.apache.maven:maven-artifact from 3.8.5 to 3.9.6 (#1789)
180f0e21 is described below

commit 180f0e21692c93580dc54269c4bf01d942135591
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 8 09:13:16 2023 +0100

    Bump org.apache.maven:maven-artifact from 3.8.5 to 3.9.6 (#1789)
    
    Bumps [org.apache.maven:maven-artifact](https://github.com/apache/maven) from 3.8.5 to 3.9.6.
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.9.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-artifact
      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>
---
 library/kamelets-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/kamelets-maven-plugin/pom.xml b/library/kamelets-maven-plugin/pom.xml
index c9df77df..f3446fe7 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.8.5</version>
+            <version>3.9.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>