This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch prepare-1.17 in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit cdf5eadf59ac8835725fbf72eb60b2563d93a04e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 24 07:54:26 2023 +0100 Upgrade Camel to version 3.20.1 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 322ddba7..6e310e30 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> - <camel-version>3.19.0</camel-version> + <camel-version>3.20.1</camel-version> <!-- quarkus --> <camel-quarkus-version>2.14.0</camel-quarkus-version>