You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2020/03/19 22:50:57 UTC

[kafka] branch trunk updated: MINOR: Bump RocksDB version from 5.18.3 to 5.18.4 (#8284)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 11e6aed  MINOR: Bump RocksDB version from 5.18.3 to 5.18.4 (#8284)
11e6aed is described below

commit 11e6aedff624c2d101a63fb6254e05394d4886a0
Author: jiameixie <50...@users.noreply.github.com>
AuthorDate: Fri Mar 20 06:50:23 2020 +0800

    MINOR: Bump RocksDB version from 5.18.3 to 5.18.4 (#8284)
    
    Reviewers: A. Sophie Blee-Goldman <so...@confluent.io>, Matthias J. Sax <ma...@confluent.io>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 552f8ac..c244b56 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -102,7 +102,7 @@ versions += [
   owaspDepCheckPlugin: "5.2.4",
   powermock: "2.0.5",
   reflections: "0.9.12",
-  rocksDB: "5.18.3",
+  rocksDB: "5.18.4",
   scalaCollectionCompat: "2.1.3",
   scalafmt: "1.5.1",
   scalaJava8Compat : "0.9.0",