We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4e85f commit e7df875Copy full SHA for e7df875
plugins/repository-azure/build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
api "io.netty:netty-resolver-dns:${versions.netty}"
57
api "io.netty:netty-transport-native-unix-common:${versions.netty}"
58
implementation project(':modules:transport-netty4')
59
- api 'com.azure:azure-storage-blob:12.31.2'
+ api 'com.azure:azure-storage-blob:12.31.3'
60
api 'com.azure:azure-identity:1.18.0'
61
// Start of transitive dependencies for azure-identity
62
api 'com.microsoft.azure:msal4j-persistence-extension:1.3.0'
0 commit comments