We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adfec6 commit f9b693fCopy full SHA for f9b693f
ci/build.sh
@@ -9,7 +9,7 @@ set -e
9
10
./ci/setup.sh
11
12
-export KAFKA_VERSION=2.1.0
+export KAFKA_VERSION=2.1.1
13
./kafka_test_setup.sh
14
bundle install
15
bundle exec rake vendor
kafka_test_setup.sh
@@ -5,7 +5,7 @@ set -ex
5
if [ -n "${KAFKA_VERSION+1}" ]; then
6
echo "KAFKA_VERSION is $KAFKA_VERSION"
7
else
8
- KAFKA_VERSION=2.1.0
+ KAFKA_VERSION=2.1.1
fi
export _JAVA_OPTIONS="-Djava.net.preferIPv4Stack=true"
0 commit comments