diff --git a/etor/build.gradle b/etor/build.gradle index 3c63ca9fa5..2f20ecccc8 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/shared/build.gradle b/shared/build.gradle index debaa48054..f53674eddd 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -45,7 +45,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'