From a4948315dc89d770856dbf8be484142331f59c83 Mon Sep 17 00:00:00 2001 From: MyroTk <44327070+MyroTk@users.noreply.github.com> Date: Wed, 11 Sep 2024 04:04:18 -0700 Subject: [PATCH] Update confluent-kafka --- docker/test/integration/runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test/integration/runner/Dockerfile b/docker/test/integration/runner/Dockerfile index 7036b68c9594..ff1aa045f064 100644 --- a/docker/test/integration/runner/Dockerfile +++ b/docker/test/integration/runner/Dockerfile @@ -68,7 +68,7 @@ RUN python3 -m pip install --no-cache-dir \ azure-storage-blob~=12.19.0\ boto3~=1.34.24 \ cassandra-driver~=3.28.0\ - confluent-kafka~=1.9.2 \ + confluent-kafka~=2.3.0 \ delta-spark~=2.3.0 \ dict2xml~=1.7.3 \ dicttoxml~=1.7.16 \