This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 6e2074f455fb202422c4fc694f68dc74a7dec37d Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Jul 28 14:09:39 2022 +0200 Align camel dependencies to 3.18 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 81af6130..85313b20 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.16.0</version> + <version>3.18.0</version> </parent> <modelVersion>4.0.0</modelVersion>
