This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 6f86af4b2 STORM-4153 - rocksdb jni 9.8.4
6f86af4b2 is described below
commit 6f86af4b24f38541bd340f6a7b45bea1cbf4f9bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 08:20:24 2025 +0100
STORM-4153 - rocksdb jni 9.8.4
* Bump org.rocksdb:rocksdbjni from 9.7.3 to 9.8.4
Bumps [org.rocksdb:rocksdbjni](https://github.com/facebook/rocksdb) from
9.7.3 to 9.8.4.
- [Release notes](https://github.com/facebook/rocksdb/releases)
- [Changelog](https://github.com/facebook/rocksdb/blob/v9.8.4/HISTORY.md)
- [Commits](https://github.com/facebook/rocksdb/compare/v9.7.3...v9.8.4)
---
updated-dependencies:
- dependency-name: org.rocksdb:rocksdbjni
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* license
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Zowalla <[email protected]>
---
DEPENDENCY-LICENSES | 2 +-
LICENSE-binary | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 1e840fc8e..0b716994e 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -308,7 +308,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:9.7.3 - https://rocksdb.org)
+ * RocksDB JNI (org.rocksdb:rocksdbjni:9.8.4 - https://rocksdb.org)
Apache License, Version 2.0, LGPL 2.1, MPL 1.1
diff --git a/LICENSE-binary b/LICENSE-binary
index 6e967bd5e..954e2197e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -899,7 +899,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:9.7.3 - https://rocksdb.org)
+ * RocksDB JNI (org.rocksdb:rocksdbjni:9.8.4 - https://rocksdb.org)
Apache License, Version 2.0, LGPL 2.1, MPL 1.1
diff --git a/pom.xml b/pom.xml
index d37707ebf..c9201ae57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
<jakarta-jaxws-version>3.1.0</jakarta-jaxws-version>
<jaxb-version>2.3.1</jaxb-version>
<activation-version>1.1.1</activation-version>
- <rocksdb-jni-version>9.7.3</rocksdb-jni-version>
+ <rocksdb-jni-version>9.8.4</rocksdb-jni-version>
<json-smart.version>2.5.1</json-smart.version>
<byte-buddy.version>1.15.11</byte-buddy.version>
<gson.version>2.11.0</gson.version>