This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d8c0f5  Upgrade kafka version that is compatible with Apache Karaf 
2.5.x
2d8c0f5 is described below

commit 2d8c0f57a42600f5a07cfeb14958c60ed5ca716b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri May 1 15:51:19 2020 +0200

    Upgrade kafka version that is compatible with Apache Karaf 2.5.x
---
 .../java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java
index 055e77f..4a2c772 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java
@@ -29,7 +29,7 @@ import org.testcontainers.containers.KafkaContainer;
 import org.testcontainers.containers.wait.strategy.Wait;
 
 public class BaseEmbeddedKafkaTest extends CamelTestSupport {
-    private static final String CONFLUENT_PLATFORM_VERSION = "5.4.1";
+    private static final String CONFLUENT_PLATFORM_VERSION = "5.5.0";
 
     @ClassRule
     public static KafkaContainer kafkaBroker = new 
KafkaContainer(CONFLUENT_PLATFORM_VERSION)

Reply via email to