From f70b1e662ec7fa20498891fea2d25ff315c4c3f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:20:42 +0000 Subject: [PATCH] Update minor dependencies (#1382) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- etor/build.gradle | 2 +- rs-e2e/build.gradle | 4 ++-- shared/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etor/build.gradle b/etor/build.gradle index 3c63ca9fa..2f20ecccc 100644 --- a/etor/build.gradle +++ b/etor/build.gradle @@ -14,7 +14,7 @@ dependencies { testImplementation testFixtures(project(':shared')) implementation 'com.azure:azure-storage-blob:12.28.0' - implementation 'com.azure:azure-identity:1.13.3' + implementation 'com.azure:azure-identity:1.14.0' testImplementation 'org.apache.groovy:groovy:4.0.23' testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' diff --git a/rs-e2e/build.gradle b/rs-e2e/build.gradle index 8f52a66e1..e629527aa 100644 --- a/rs-e2e/build.gradle +++ b/rs-e2e/build.gradle @@ -14,11 +14,11 @@ dependencies { testImplementation testFixtures(project(':shared')) //jackson - implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2' + implementation 'com.fasterxml.jackson.core:jackson-core:2.18.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' // azure - implementation 'com.azure:azure-storage-blob:12.27.1' + implementation 'com.azure:azure-storage-blob:12.28.0' // hapi hl7 implementation 'ca.uhn.hapi:hapi-base:2.5.1' diff --git a/shared/build.gradle b/shared/build.gradle index 68ca9da71..a3a3c9c3f 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -49,7 +49,7 @@ dependencies { // azure sdk implementation 'com.azure:azure-security-keyvault-secrets:4.8.7' - implementation 'com.azure:azure-identity:1.13.3' + implementation 'com.azure:azure-identity:1.14.0' testImplementation 'org.apache.groovy:groovy:4.0.23' testFixturesImplementation 'org.apache.groovy:groovy:4.0.23'