We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8f3d5 commit be61799Copy full SHA for be61799
build.gradle
@@ -52,9 +52,9 @@ dependencies {
52
implementation 'com.azure:azure-data-tables:12.5.4'
53
implementation 'com.azure:azure-identity:1.16.3'
54
implementation 'com.azure:azure-json:1.5.0'
55
- implementation 'com.azure:azure-storage-blob:12.29.0'
56
- implementation 'com.azure:azure-storage-common:12.28.0'
57
- implementation 'com.azure:azure-storage-queue:12.24.0'
+ implementation 'com.azure:azure-storage-blob:12.28.0'
+ implementation 'com.azure:azure-storage-common:12.27.0'
+ implementation 'com.azure:azure-storage-queue:12.23.0'
58
implementation 'com.azure:azure-xml:1.2.0'
59
60
// Jackson - bump to a newer 2.19.x patch
0 commit comments