diff --git a/etor/build.gradle b/etor/build.gradle index 297f39d0e..a0ed832d5 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.26.0' + implementation 'com.azure:azure-storage-blob:12.26.1' implementation 'com.azure:azure-identity:1.12.1' testImplementation 'org.apache.groovy:groovy:4.0.21'