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-kafka-connector.git
commit 4b515af365281db350fd1ed7e1a3657f8e7fecef Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Aug 6 13:21:18 2021 +0200 Upgrade Camel to version 3.11.1 --- parent/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index d2a63cf..0d13f32 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -28,7 +28,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <kafka.version>2.8.0</kafka.version> - <camel.version>3.11.0</camel.version> + <camel.version>3.11.1</camel.version> <apicurio.registry.version>1.3.2.Final</apicurio.registry.version> <resteasy.version>4.5.6.Final</resteasy.version> <version.java>1.8</version.java> diff --git a/pom.xml b/pom.xml index d24f877..1be8f95 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.11.0</version> + <version>3.11.1</version> </parent> <groupId>org.apache.camel.kafkaconnector</groupId>