Skip to content

Commit 985383c

Browse files
authored
Use azure-sdk-bom (#10480)
1 parent d474402 commit 985383c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

modules/azure/build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ dependencies {
77
shaded 'com.squareup.okhttp3:okhttp:4.12.0'
88

99
testImplementation 'org.assertj:assertj-core:3.27.3'
10-
testImplementation 'com.azure:azure-cosmos:4.63.3'
11-
testImplementation 'com.azure:azure-storage-blob:12.29.0'
12-
testImplementation 'com.azure:azure-storage-queue:12.24.0'
13-
testImplementation 'com.azure:azure-data-tables:12.5.0'
14-
testImplementation 'com.azure:azure-messaging-eventhubs:5.19.2'
15-
testImplementation 'com.azure:azure-messaging-servicebus:7.17.8'
10+
testImplementation platform("com.azure:azure-sdk-bom:1.2.32")
11+
testImplementation 'com.azure:azure-cosmos'
12+
testImplementation 'com.azure:azure-storage-blob'
13+
testImplementation 'com.azure:azure-storage-queue'
14+
testImplementation 'com.azure:azure-data-tables'
15+
testImplementation 'com.azure:azure-messaging-eventhubs'
16+
testImplementation 'com.azure:azure-messaging-servicebus'
1617
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview'
1718
}

0 commit comments

Comments
 (0)