Skip to content

Commit

Permalink
Update Kafka client version to 2.0.1
Browse files Browse the repository at this point in the history
Fixes #209
  • Loading branch information
robbavey committed Nov 21, 2018
1 parent a5642f3 commit 319e06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ task wrapper(type: Wrapper) {
}

dependencies {
compile 'org.apache.kafka:kafka-clients:2.0.0'
compile 'org.apache.kafka:kafka-clients:2.0.1'
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'org.lz4:lz4-java:1.4.1'
compile 'org.xerial.snappy:snappy-java:1.1.7.1'
Expand Down
2 changes: 1 addition & 1 deletion kafka_test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
if [ -n "${KAFKA_VERSION+1}" ]; then
echo "KAFKA_VERSION is $KAFKA_VERSION"
else
KAFKA_VERSION=1.1.1
KAFKA_VERSION=2.0.1
fi

echo "Downloading Kafka version $KAFKA_VERSION"
Expand Down

0 comments on commit 319e06b

Please sign in to comment.