Skip to content

Commit

Permalink
Bump org.rocksdb:rocksdbjni from 9.8.4 to 9.10.0 in /java (#446)
Browse files Browse the repository at this point in the history
Bumps [org.rocksdb:rocksdbjni](https://github.com/facebook/rocksdb) from 9.8.4 to 9.10.0.
- [Release notes](https://github.com/facebook/rocksdb/releases)
- [Changelog](https://github.com/facebook/rocksdb/blob/main/HISTORY.md)
- [Commits](facebook/rocksdb@v9.8.4...v9.10.0)

---
updated-dependencies:
- dependency-name: org.rocksdb:rocksdbjni
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 728569a commit f3878c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {

implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
implementation group: 'args4j', name: 'args4j', version: '2.37'
implementation group: 'org.rocksdb', name: 'rocksdbjni', version: '9.8.4'
implementation group: 'org.rocksdb', name: 'rocksdbjni', version: '9.10.0'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.12.0'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.3'
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.2'
Expand Down

0 comments on commit f3878c7

Please sign in to comment.