From ff012da01e9ab278098e34fcf3b69efd7175f2a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:40:47 +0100 Subject: [PATCH] Update confluentinc/cp-kafka Docker tag to v7.8.0 (#5) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f5a969..505452b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: ports: - '2181:2181' kafka: - image: 'confluentinc/cp-kafka:7.4.3' + image: 'confluentinc/cp-kafka:7.8.0' env: KAFKA_BROKER_ID: 1 KAFKA_ZOOKEEPER_CONNECT: 'zookeeper:2181'