You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/03/24 06:04:35 UTC

[camel-k-runtime] branch main updated: build(deps): bump apache from 24 to 25

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

lburgazzoli 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 71e28ec  build(deps): bump apache from 24 to 25
71e28ec is described below

commit 71e28ec70356957a505cef6afc48faf92b000809
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 23 21:51:56 2022 +0000

    build(deps): bump apache from 24 to 25
    
    Bumps [apache](https://github.com/apache/maven-apache-parent) from 24 to 25.
    - [Release notes](https://github.com/apache/maven-apache-parent/releases)
    - [Commits](https://github.com/apache/maven-apache-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache:apache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 support/camel-k-runtime-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index 4a5d1c0..58dce86 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>24</version>
+        <version>25</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>