We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Besu is using currently RocksDB jar dependency version 8.3.2. The latest version is 9.5.2, we need to update RocksDB dependency to this last release.
https://mvnrepository.com/artifact/org.rocksdb/rocksdbjni/9.5.2
// https://mvnrepository.com/artifact/org.rocksdb/rocksdbjni implementation group: 'org.rocksdb', name: 'rocksdbjni', version: '9.5.2'
The text was updated successfully, but these errors were encountered:
Hi @ahamlat could you ping me when this is complete please mate? I'll update the version of rocksdb in the k8s hooks container as well
Sorry, something went wrong.
@joshuafernandes : #7817
ahamlat
No branches or pull requests
Besu is using currently RocksDB jar dependency version 8.3.2.
The latest version is 9.5.2, we need to update RocksDB dependency to this last release.
https://mvnrepository.com/artifact/org.rocksdb/rocksdbjni/9.5.2
The text was updated successfully, but these errors were encountered: