From 2bdaa1877534521f3d717d07f7be6e905ae65ba4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 16:31:55 +0000 Subject: [PATCH] kafka: Update to version 3.2.0 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index 45d55d5d2a..1112e4345a 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,14 +1,14 @@ { - "version": "3.1.1", + "version": "3.2.0", "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.1.1/kafka_2.12-3.1.1.tgz", - "hash": "sha1:1065892925d5cdb9dc1bd39573a02d8f3b7c5c75", - "extract_dir": "kafka_2.12-3.1.1", + "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", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",