This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 9395d1e5c3 Bump org.rocksdb:rocksdbjni from 9.7.4 to 9.8.4 (#5036)
9395d1e5c3 is described below
commit 9395d1e5c32897e3b40b58ef3b1a5582a1545afe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 14 13:28:43 2025 +0200
Bump org.rocksdb:rocksdbjni from 9.7.4 to 9.8.4 (#5036)
Bumps [org.rocksdb:rocksdbjni](https://github.com/facebook/rocksdb) from
9.7.4 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.4...v9.8.4)
---
updated-dependencies:
- dependency-name: org.rocksdb:rocksdbjni
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index be391c68d3..12100e78cc 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -61,7 +61,7 @@ value = "2.10.1"
janino = "3.1.12"
jsonpath = "2.9.0"
javassist = "3.30.2-GA"
-rocksdb = "9.7.4"
+rocksdb = "9.8.4"
disruptor = "4.0.0"
metrics = "4.2.29"
jctools = "4.0.5"