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 <[email protected]> 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 -->
