From 1b2d9ae7283b9594c3b18d803400cb6480c7b84f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 25 Jun 2019 04:00:23 +0000 Subject: [PATCH] kafka: Update to version 2.3.0 --- bucket/kafka.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kafka.json b/bucket/kafka.json index 9262d16630..aefc7bd8f7 100644 --- a/bucket/kafka.json +++ b/bucket/kafka.json @@ -1,11 +1,11 @@ { - "version": "2.2.1", + "version": "2.3.0", "description": "Apache Kafka. A distributed streaming platform.", "homepage": "https://kafka.apache.org/", "license": "Apache-2.0", - "url": "https://www.apache.org/dist/kafka/2.2.1/kafka_2.12-2.2.1.tgz", - "hash": "sha1:2a5d210f7994090a2a5016d3675e0efec76ae497", - "extract_dir": "kafka_2.12-2.2.1", + "url": "https://www.apache.org/dist/kafka/2.3.0/kafka_2.12-2.3.0.tgz", + "hash": "sha1:1fd33b3d4ffb6dcede8427daf2ea68829ffc9332", + "extract_dir": "kafka_2.12-2.3.0", "bin": [ "bin\\windows\\connect-distributed.bat", "bin\\windows\\connect-standalone.bat",