Skip to content

Commit 3e6138d

Browse files
authored
minor version bump of azure-storage-blob to fix builds (#5150)
It appears the version 12.6.0 of com.azure:azure-storage-blob has been removed from the maven central repo. Our builds have been failing for about 3 days trying to download it. Version 12.7.0 is available, so hack around the build problems by upgrading on minor version. A typical failing build is: https://app.travis-ci.com/github/apache/openwhisk-runtime-rust/jobs/531822834#L279
1 parent 209dc44 commit 3e6138d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/scala/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
}
9898
compile "com.amazonaws:aws-java-sdk-cloudfront:1.11.517"
9999

100-
compile ("com.azure:azure-storage-blob:12.6.0") {
100+
compile ("com.azure:azure-storage-blob:12.7.0") {
101101
exclude group: "com.azure", module: "azure-core-test"
102102
}
103103
}

0 commit comments

Comments
 (0)