From 9a693d8c1a4772ce0fea9c70740cc9a127a596a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:25:55 +0000 Subject: [PATCH] kafka: Update to version 3.8.0 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index c59811d693..167262598d 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,14 +1,14 @@ { - "version": "3.7.1", + "version": "3.8.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.7.1/kafka_2.12-3.7.1.tgz", - "hash": "sha1:b3187947f7b44853b592a0dcba6c8cec6c9ce658", - "extract_dir": "kafka_2.12-3.7.1", + "url": "https://downloads.apache.org/kafka/3.8.0/kafka_2.12-3.8.0.tgz", + "hash": "sha1:8dc3f9b70ecddeeca0d72965ec6c7bafe7e60c71", + "extract_dir": "kafka_2.12-3.8.0", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",