From 54ac58a5e70075e0dd4bdd175fd90cfbdffb917b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 00:36:39 +0000 Subject: [PATCH] kafka: Update to version 3.2.1 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index 1112e4345a..18ee3e1011 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,14 +1,14 @@ { - "version": "3.2.0", + "version": "3.2.1", "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.2.0/kafka_2.12-3.2.0.tgz", - "hash": "sha1:7fd8756fe73f0b2e4a9df30727a2b35bf71afd17", - "extract_dir": "kafka_2.12-3.2.0", + "url": "https://www.apache.org/dist/kafka/3.2.1/kafka_2.12-3.2.1.tgz", + "hash": "sha1:ad04d49470575d54c3d7fe2135476e1f5cfb2dc0", + "extract_dir": "kafka_2.12-3.2.1", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",