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 548acde12f Bump org.rocksdb:rocksdbjni from 9.2.1 to 9.3.1 (#4039)
548acde12f is described below
commit 548acde12fc8f95eee70f1c7379fee1a87f79273
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 10:39:41 2024 +0300
Bump org.rocksdb:rocksdbjni from 9.2.1 to 9.3.1 (#4039)
Bumps [org.rocksdb:rocksdbjni](https://github.com/facebook/rocksdb) from
9.2.1 to 9.3.1.
- [Release notes](https://github.com/facebook/rocksdb/releases)
- [Changelog](https://github.com/facebook/rocksdb/blob/v9.3.1/HISTORY.md)
- [Commits](https://github.com/facebook/rocksdb/compare/v9.2.1...v9.3.1)
---
updated-dependencies:
- dependency-name: org.rocksdb:rocksdbjni
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 72451c8a99..d73ae02a8d 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.2.1"
+rocksdb = "9.3.1"
disruptor = "4.0.0"
metrics = "4.2.26"
jctools = "4.0.5"