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/05 05:36:59 UTC

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

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 3134e8c7 Bump org.apache.maven:maven-compat from 3.8.5 to 3.9.6 (#1767)
3134e8c7 is described below

commit 3134e8c768fa5ec6d014c2c34f73905d301bde16
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 5 06:36:53 2023 +0100

    Bump org.apache.maven:maven-compat from 3.8.5 to 3.9.6 (#1767)
    
    Bumps [org.apache.maven:maven-compat](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-compat
      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 d87f0ed7..9af62145 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-compat</artifactId>
-            <version>3.8.5</version>
+            <version>3.9.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>