You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/04/25 23:09:58 UTC

[camel-k-runtime] branch claudio4j-patch-1 created (now b266299c)

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

claudio4j pushed a change to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


      at b266299c Set camel-quarkus to 2.13.3

This branch includes the following new commits:

     new b266299c Set camel-quarkus to 2.13.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k-runtime] 01/01: Set camel-quarkus to 2.13.3

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

claudio4j pushed a commit to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit b266299c725e7d0f26b97ab6b87e96bf46324880
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Tue Apr 25 20:09:53 2023 -0300

    Set camel-quarkus to 2.13.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a45598d..afb3eb29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         <camel-version>3.18.3</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>2.13.2</camel-quarkus-version>
+        <camel-quarkus-version>2.13.3</camel-quarkus-version>
         <quarkus-version>2.13.5.Final</quarkus-version>
         <quarkus-platform-version>2.13.5.Final</quarkus-platform-version>
         <!-- The quarkus camel bom may differ from quarkus platfom -->