diff --git a/etor/build.gradle b/etor/build.gradle index 332c0e64e..78829e3cc 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.29.0' - implementation 'com.azure:azure-identity:1.13.3' + implementation 'com.azure:azure-identity:1.14.2' 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 5487293fa..cd430e24a 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.13.3' + implementation 'com.azure:azure-identity:1.14.2' testImplementation 'org.apache.groovy:groovy:4.0.24' testFixturesImplementation 'org.apache.groovy:groovy:4.0.24'