From 2cecfcb2f817ef4e638a62654728d11a3fbf4e03 Mon Sep 17 00:00:00 2001 From: Esta Nagy Date: Sat, 26 Mar 2022 14:13:08 +0100 Subject: [PATCH] Maintenance (#96) - Updates Jackson version in client dependencies - Fixes readme inaccuracy regarding backup/restore Resolves #95 {patch} --- README.md | 3 +-- lowkey-vault-client/build.gradle | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9e67cd6..046647e9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lowkey-vault-client/build.gradle b/lowkey-vault-client/build.gradle index 644762d5..cbd9217c 100644 --- a/lowkey-vault-client/build.gradle +++ b/lowkey-vault-client/build.gradle @@ -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