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 8044f3c6a69f8bf3dfde29ee6d9ded294411bf24 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 24 08:27:16 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 ec654ed9..5bee8634 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.19.0</version> + <version>3.20.1</version> </parent> <modelVersion>4.0.0</modelVersion>