MINOR: Update rocksDB dependency to 4.9.0

rocksdbjni version 4.9.0 now includes support for running on Windows; this PR updates Kafka Stream's dependency to that version.  Tests pass locally, except for a timeout in testReprocessingFromScratchAfterReset that doesn't seem related; it happens with and without this change.

This contribution is my original work and I license the work to the project under the project's open source license.

Author: Mathieu Fenniak <mathieu.fenniak@replicon.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #1783 from mfenniak/update-rocksdb-4.9
This commit is contained in:
Mathieu Fenniak 2016-08-25 04:04:40 +01:00 committed by Ismael Juma
parent 7a877895a1
commit 08bdffbe4d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ versions += [
metrics: "2.2.0",
powermock: "1.6.4",
reflections: "0.9.10",
rocksDB: "4.8.0",
rocksDB: "4.9.0",
scalaTest: "2.2.6",
scalaParserCombinators: "1.0.4",
scoverage: "1.1.1",