Skip to content

Commit

Permalink
Upgrade azure libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ehoner committed Mar 31, 2023
1 parent 3b5e2a3 commit de23888
Show file tree
Hide file tree
Showing 2 changed files with 888 additions and 678 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@ project(":samza-azure_$scalaSuffix") {
apply plugin: 'java'

dependencies {
compile "com.azure:azure-storage-blob:12.14.0"
compile "com.azure:azure-identity:1.3.6"
compile "com.microsoft.azure:azure-storage:5.3.1"
compile "com.microsoft.azure:azure-eventhubs:1.0.1"
compile "com.azure:azure-storage-blob:12.21.1"
compile "com.azure:azure-identity:1.8.1"
compile "com.microsoft.azure:azure-storage:8.6.6"
compile "com.microsoft.azure:azure-eventhubs:3.3.0"
compile "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
compile "io.dropwizard.metrics:metrics-core:3.1.2"
compile "org.apache.avro:avro:$avroVersion"
Expand Down
Loading

0 comments on commit de23888

Please sign in to comment.