diff --git a/etor/build.gradle b/etor/build.gradle index aadfd9854..2ec7df701 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.1' - implementation 'com.azure:azure-identity:1.14.1' + implementation 'com.azure:azure-identity:1.13.3' testImplementation 'org.apache.groovy:groovy:4.0.24' testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' diff --git a/shared/build.gradle b/shared/build.gradle index b3fb8a253..d98039f0b 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -49,7 +49,7 @@ dependencies { // azure sdk implementation 'com.azure:azure-security-keyvault-secrets:4.9.0' - implementation 'com.azure:azure-identity:1.14.1' + implementation 'com.azure:azure-identity:1.13.3' testImplementation 'org.apache.groovy:groovy:4.0.24' testFixturesImplementation 'org.apache.groovy:groovy:4.0.24'