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'