You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ca...@apache.org on 2021/09/13 07:32:57 UTC

[kafka] branch trunk updated: KAFKA-13287: Upgrade RocksDB to 6.22.1.1 (#11317)

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

cadonna 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 08d5840  KAFKA-13287: Upgrade RocksDB to 6.22.1.1 (#11317)
08d5840 is described below

commit 08d5840fbaae55870721a8c8a965997751307214
Author: Bruno Cadonna <ca...@apache.org>
AuthorDate: Mon Sep 13 09:30:47 2021 +0200

    KAFKA-13287: Upgrade RocksDB to 6.22.1.1 (#11317)
    
    This commit upgrades RocksDB from 6.19.3 to 6.22.1.1
    
    Reviewer: Anna Sophie Blee-Goldman <ab...@apache.org>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index fc98553..15bf5e4 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -104,7 +104,7 @@ versions += [
   netty: "4.1.62.Final",
   powermock: "2.0.9",
   reflections: "0.9.12",
-  rocksDB: "6.19.3",
+  rocksDB: "6.22.1.1",
   scalaCollectionCompat: "2.4.4",
   scalafmt: "2.7.5",
   scalaJava8Compat : "1.0.0",