This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 16149a6 Upgrade Camel to 3.12.0 preparing for camel-k release 1.7.0
16149a6 is described below
commit 16149a695bb799d40add71684dd3e6bf9a345ab6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Nov 9 13:36:21 2021 +0100
Upgrade Camel to 3.12.0 preparing for camel-k release 1.7.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1005841..ec6c493 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
<apache-rat-plugin.version>0.13</apache-rat-plugin.version>
- <camel.version>3.11.2</camel.version>
+ <camel.version>3.12.0</camel.version>
<slf4j.version>1.7.30</slf4j.version>
<log4j.version>2.13.3</log4j.version>
<jackson.version>2.12.5</jackson.version>