From d12e2662434015a44e222faed48a3ab0728a41f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 08:26:02 +0000 Subject: [PATCH] kafka: Update to version 3.5.0 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index 30ea4a5b16..4562b3312f 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,14 +1,14 @@ { - "version": "3.4.1", + "version": "3.5.0", "description": "Apache Kafka. A distributed streaming platform.", "homepage": "https://kafka.apache.org/", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://downloads.apache.org/kafka/3.4.1/kafka_2.12-3.4.1.tgz", - "hash": "sha1:9f52ea20364093df6ae1ac7980b34e57370217d1", - "extract_dir": "kafka_2.12-3.4.1", + "url": "https://downloads.apache.org/kafka/3.5.0/kafka_2.12-3.5.0.tgz", + "hash": "sha1:a4ea73b6d5feccbaf6e46795501d828907f01529", + "extract_dir": "kafka_2.12-3.5.0", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",