Skip to content

Commit 08bdffb

Browse files
repl-mathieu-fenniakijuma
authored andcommitted
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 <[email protected]> Reviewers: Ismael Juma <[email protected]> Closes apache#1783 from mfenniak/update-rocksdb-4.9
1 parent 7a87789 commit 08bdffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ versions += [
3838
metrics: "2.2.0",
3939
powermock: "1.6.4",
4040
reflections: "0.9.10",
41-
rocksDB: "4.8.0",
41+
rocksDB: "4.9.0",
4242
scalaTest: "2.2.6",
4343
scalaParserCombinators: "1.0.4",
4444
scoverage: "1.1.1",

0 commit comments

Comments
 (0)