Skip to content

Commit

Permalink
Maintenance (#96)
Browse files Browse the repository at this point in the history
- Updates Jackson version in client dependencies
- Fixes readme inaccuracy regarding backup/restore

Resolves #95
{patch}
  • Loading branch information
nagyesta authored Mar 26, 2022
1 parent 872a0d5 commit 2cecfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,5 @@ This issue should not happen while using Testcontainers. See examples under [Low
# Limitations

- Some encryption/signature algorithms are not supported. Please refer to the ["Features"](#features) section for the up-to-date list of supported algorithms.
- Backup and restore features are not supported at the moment
- Certificate Vault features are not supported at the moment
- Recovery options cannot be for vaults created during start-up
- Recovery options cannot be configured for vaults created during start-up
1 change: 1 addition & 0 deletions lowkey-vault-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies {
implementation(libs.azure.security.keyvault.secrets) {
exclude(group: "io.netty")
}
implementation libs.bundles.jackson
implementation libs.httpclient
implementation libs.commons.codec
compileOnly libs.findbugs.jsr305
Expand Down

0 comments on commit 2cecfcb

Please sign in to comment.