Skip to content

Commit 038ca21

Browse files
committed
Update Kafka client to 2.0.1
Fixes #295
1 parent eb5e6a8 commit 038ca21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ task wrapper(type: Wrapper) {
4444
}
4545

4646
dependencies {
47-
compile 'org.apache.kafka:kafka-clients:2.0.0'
47+
compile 'org.apache.kafka:kafka-clients:2.0.1'
4848
compile 'org.slf4j:slf4j-api:1.7.25'
4949
compile 'org.lz4:lz4-java:1.4.1'
5050
compile 'org.xerial.snappy:snappy-java:1.1.7.1'

lib/logstash-input-kafka_jars.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
22

33
require 'jar_dependencies'
4-
require_jar('org.apache.kafka', 'kafka-clients', '2.0.0')
4+
require_jar('org.apache.kafka', 'kafka-clients', '2.0.1')
55
require_jar('org.slf4j', 'slf4j-api', '1.7.25')
66
require_jar('org.lz4', 'lz4-java', '1.4.1')
77
require_jar('org.xerial.snappy', 'snappy-java', '1.1.7.1')

0 commit comments

Comments
 (0)