diff --git a/etor/build.gradle b/etor/build.gradle index ec15368d8..b589992ce 100644 --- a/etor/build.gradle +++ b/etor/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation project(':shared') testImplementation testFixtures(project(':shared')) - implementation 'com.azure:azure-storage-blob:12.27.1' + implementation 'com.azure:azure-storage-blob:12.28.0' implementation 'com.azure:azure-identity:1.13.3' testImplementation 'org.apache.groovy:groovy:4.0.23'