Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
upgraded azure-storage-blob to 12.7.0 to fix build issue #2407
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindanr committed Aug 18, 2021
1 parent c415cd5 commit 65b32eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions azureblob-storage/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"compileClasspath": {
"com.azure:azure-storage-blob": {
"locked": "12.13.0"
"locked": "12.7.0"
},
"com.netflix.conductor:conductor-common": {
"project": true
Expand All @@ -23,7 +23,7 @@
},
"runtimeClasspath": {
"com.azure:azure-storage-blob": {
"locked": "12.13.0"
"locked": "12.7.0"
},
"com.fasterxml.jackson.core:jackson-annotations": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -144,7 +144,7 @@
},
"testCompileClasspath": {
"com.azure:azure-storage-blob": {
"locked": "12.13.0"
"locked": "12.7.0"
},
"com.netflix.conductor:conductor-common": {
"project": true
Expand All @@ -164,7 +164,7 @@
},
"testRuntimeClasspath": {
"com.azure:azure-storage-blob": {
"locked": "12.13.0"
"locked": "12.7.0"
},
"com.fasterxml.jackson.core:jackson-annotations": {
"firstLevelTransitive": [
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext {
revAmqpClient = '5.13.0'
revAwaitility = '3.1.6'
revAwsSdk = '1.11.86'
revAzureStorageBlobSdk = '12.13.0'
revAzureStorageBlobSdk = '12.7.0'
revBval = '2.0.5'
revCassandra = '3.10.2'
revCassandraUnit = '3.11.2.0'
Expand Down

0 comments on commit 65b32eb

Please sign in to comment.