From 15eb45d67d06ba4b3be8d0c0afd1d62d2fa1aeef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 12:32:45 +0000 Subject: [PATCH] kafka: Update to version 3.1.1 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index f16f99feba..45d55d5d2a 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,14 +1,14 @@ { - "version": "3.1.0", + "version": "3.1.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.1.0/kafka_2.12-3.1.0.tgz", - "hash": "sha1:5a3dfa75f3eec17197af169121b3265fd44b70a7", - "extract_dir": "kafka_2.12-3.1.0", + "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", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",