This is an automated email from the ASF dual-hosted git repository.
ptupitsyn 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 478ee5de9f Bump org.rocksdb:rocksdbjni from 8.11.3 to 9.1.1 (#3654)
478ee5de9f is described below
commit 478ee5de9fc5355f64982978762c60bb8a2a95db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 24 13:55:38 2024 +0300
Bump org.rocksdb:rocksdbjni from 8.11.3 to 9.1.1 (#3654)
Bumps [org.rocksdb:rocksdbjni](https://github.com/facebook/rocksdb) from
8.11.3 to 9.1.1.
- [Release notes](https://github.com/facebook/rocksdb/releases)
- [Changelog](https://github.com/facebook/rocksdb/blob/v9.1.1/HISTORY.md)
- [Commits](https://github.com/facebook/rocksdb/compare/v8.11.3...v9.1.1)
---
updated-dependencies:
- dependency-name: org.rocksdb:rocksdbjni
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[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 38462c1b96..b423f3a60f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -62,7 +62,7 @@ janino = "3.1.12"
avatica = "1.25.0"
jsonpath = "2.9.0"
javassist = "3.30.2-GA"
-rocksdb = "8.11.3"
+rocksdb = "9.1.1"
disruptor = "4.0.0"
metrics = "4.2.25"
jctools = "4.0.3"