From 669ec5e8d1109fc79442d174acf6bd4b0d2b0513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:27:58 +0000 Subject: [PATCH] kafka: Update to version 3.7.0 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index 76e04be7e9..be1119aa95 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,14 +1,14 @@ { - "version": "3.6.1", + "version": "3.7.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.6.1/kafka_2.12-3.6.1.tgz", - "hash": "sha1:309523a38157f30aad7caf834be5e3f1ff613733", - "extract_dir": "kafka_2.12-3.6.1", + "url": "https://downloads.apache.org/kafka/3.7.0/kafka_2.12-3.7.0.tgz", + "hash": "sha1:328e7088c75866955d4a413b09604f9289810b76", + "extract_dir": "kafka_2.12-3.7.0", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",