diff --git a/etor/build.gradle b/etor/build.gradle index da455e013..cb4ccd8b6 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.25.1' - implementation 'com.azure:azure-identity:1.11.1' + implementation 'com.azure:azure-identity:1.11.2' testImplementation 'org.apache.groovy:groovy:4.0.18' testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' diff --git a/shared/build.gradle b/shared/build.gradle index 1429818ff..63b4f295a 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -45,7 +45,7 @@ dependencies { // azure sdk implementation 'com.azure:azure-security-keyvault-secrets:4.7.3' - implementation 'com.azure:azure-identity:1.11.1' + implementation 'com.azure:azure-identity:1.11.2' testImplementation 'org.apache.groovy:groovy:4.0.18' testFixturesImplementation 'org.apache.groovy:groovy:4.0.18'