Skip to content

Commit f9b693f

Browse files
committed
Bump Kafka Download version
Bump Kafka download version to fix integration test builds
1 parent 4adfec6 commit f9b693f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99

1010
./ci/setup.sh
1111

12-
export KAFKA_VERSION=2.1.0
12+
export KAFKA_VERSION=2.1.1
1313
./kafka_test_setup.sh
1414
bundle install
1515
bundle exec rake vendor

kafka_test_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
if [ -n "${KAFKA_VERSION+1}" ]; then
66
echo "KAFKA_VERSION is $KAFKA_VERSION"
77
else
8-
KAFKA_VERSION=2.1.0
8+
KAFKA_VERSION=2.1.1
99
fi
1010

1111
export _JAVA_OPTIONS="-Djava.net.preferIPv4Stack=true"

0 commit comments

Comments
 (0)