Skip to content

Commit 3750f5e

Browse files
bharathkkprateekm
authored andcommitted
SAMZA-1474: Bump up rocksdb version to 5.7.3 to include licensing changes
You can find more details on the bug fixes and API changes [here](https://github.com/facebook/rocksdb/releases). I upgraded to 5.7.3 since 5.8.0 has a regression [KAFKA-6100](https://issues.apache.org/jira/browse/KAFKA-6100) All of our tests passed locally. I will monitor travis for failures. Author: Bharath Kumarasubramanian <bkumaras@linkedin.com> Reviewers: Boris Shkolnik <boryas@gmail.com> Closes apache#344 from bharathkk/master
1 parent 20fe6ec commit 3750f5e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

NOTICE

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ Copyright 2014 The Apache Software Foundation
33

44
This product includes software developed at The Apache Software
55
Foundation (http://www.apache.org/).
6-
7-
This product uses RocksDB which carries Facebook BSD+patents license.

gradle/dependency-versions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
metricsVersion = "2.2.0"
3636
mockitoVersion = "1.10.19"
3737
powerMockVersion = "1.6.6"
38-
rocksdbVersion = "5.0.1"
38+
rocksdbVersion = "5.7.3"
3939
scalaTestVersion = "3.0.1"
4040
slf4jVersion = "1.6.2"
4141
yarnVersion = "2.6.1"

0 commit comments

Comments
 (0)