diff --git a/etor/build.gradle b/etor/build.gradle index b733c4585..ec15368d8 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.27.1' - implementation 'com.azure:azure-identity:1.13.2' + implementation 'com.azure:azure-identity:1.13.3' 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 ed5750eeb..6af450c71 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.6' - implementation 'com.azure:azure-identity:1.13.2' + implementation 'com.azure:azure-identity:1.13.3' testImplementation 'org.apache.groovy:groovy:4.0.23' testFixturesImplementation 'org.apache.groovy:groovy:4.0.23'