From 169dc67f0a6deceb3a9a4bf5259f03b5d58b8f8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:58:44 +0000 Subject: [PATCH] kafka: Update to version 3.2.3 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index 967835d319..4dfee78ca6 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,14 +1,14 @@ { - "version": "3.3.0", + "version": "3.2.3", "description": "Apache Kafka. A distributed streaming platform.", "homepage": "https://kafka.apache.org/", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://www.apache.org/dist/kafka/3.3.0/kafka_2.12-3.3.0.tgz", - "hash": "sha1:9c4b4444d932195abdba4fa60490e9d6630aff4b", - "extract_dir": "kafka_2.12-3.3.0", + "url": "https://www.apache.org/dist/kafka/3.2.3/kafka_2.12-3.2.3.tgz", + "hash": "sha1:aa7a54e5c56b5975fc316eb4b2d6880a34e5a970", + "extract_dir": "kafka_2.12-3.2.3", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",