From 1c70dd834c7191403c06895593e6ddd816cfa1bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 11:04:49 +0000 Subject: [PATCH] chore(deps): update confluentinc/cp-kafka docker tag to v7.4.0 --- integration/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/docker-compose.yml b/integration/docker-compose.yml index bbf95d3a92c..9acb5de7ae4 100644 --- a/integration/docker-compose.yml +++ b/integration/docker-compose.yml @@ -59,7 +59,7 @@ services: kafka: container_name: test-kafka hostname: kafka - image: confluentinc/cp-kafka:7.3.2 + image: confluentinc/cp-kafka:7.4.0 depends_on: - zookeeper ports: