diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES index 61394ae7925..fba31339236 100644 --- a/DEPENDENCY-LICENSES +++ b/DEPENDENCY-LICENSES @@ -494,7 +494,7 @@ List of third-party dependencies grouped by their license type. Apache License, Version 2.0, GNU General Public License, version 2 - * RocksDB JNI (org.rocksdb:rocksdbjni:8.1.1 - https://rocksdb.org) + * RocksDB JNI (org.rocksdb:rocksdbjni:8.5.4 - https://rocksdb.org) Apache License, Version 2.0, LGPL 2.1, MPL 1.1 diff --git a/LICENSE-binary b/LICENSE-binary index e3118bcce03..c8c4b911872 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -1012,7 +1012,7 @@ The license texts of these dependencies can be found in the licenses directory. Apache License, Version 2.0, GNU General Public License, version 2 - * RocksDB JNI (org.rocksdb:rocksdbjni:8.1.1 - https://rocksdb.org) + * RocksDB JNI (org.rocksdb:rocksdbjni:8.5.4 - https://rocksdb.org) Apache License, Version 2.0, LGPL 2.1, MPL 1.1 diff --git a/pom.xml b/pom.xml index 20fc335ab27..0efd4eb0b6d 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ 1.2.1 2.3.0 1.1.1 - 8.1.1 + 8.5.4 2.5.0 @@ -914,7 +914,7 @@ org.rocksdb rocksdbjni - ${rocksdb-version} + ${rocksdb-jni-version} org.apache.activemq diff --git a/storm-server/pom.xml b/storm-server/pom.xml index 9e82fe64db3..3a9420f64b0 100644 --- a/storm-server/pom.xml +++ b/storm-server/pom.xml @@ -64,7 +64,7 @@ org.rocksdb rocksdbjni - ${rocksdb-version} + ${rocksdb-jni-version}