Upgrade the storm to 1.1.1

Storm 1.0.3 is affected by the security bug
CVE-2017-9799 [1]. It is recommended to upgrade
to 1.1.1 (the latest release at the moment).

[1]: http://www.securityfocus.com/bid/100235

Depends-On: Ie32d184b2446e2db6b145712ec5ffadf1e3f18b3
Change-Id: I5ef6691782779a783e257a94ce16a2337596a2c6
This commit is contained in:
Tomasz Trębski 2017-09-20 07:09:17 +02:00
parent 4f246ae372
commit 42aba8031a
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ CASSANDRA_VERSION=${CASSANDRA_VERSION:-37x}
BASE_KAFKA_VERSION=${BASE_KAFKA_VERSION:-0.9.0.1}
SCALA_VERSION=${SCALA_VERSION:-2.11}
KAFKA_VERSION=${KAFKA_VERSION:-${SCALA_VERSION}-${BASE_KAFKA_VERSION}}
STORM_VERSION=${STORM_VERSION:-1.0.5}
STORM_VERSION=${STORM_VERSION:-1.1.1}
GO_VERSION=${GO_VERSION:-"1.7.1"}
NODE_JS_VERSION=${NODE_JS_VERSION:-"4.0.0"}
NVM_VERSION=${NVM_VERSION:-"0.32.1"}