diff --git a/modules/azure/build.gradle b/modules/azure/build.gradle index 31699f62ad6..40ab16f8213 100644 --- a/modules/azure/build.gradle +++ b/modules/azure/build.gradle @@ -11,7 +11,7 @@ dependencies { testImplementation 'com.azure:azure-storage-blob:12.29.0' testImplementation 'com.azure:azure-storage-queue:12.24.0' testImplementation 'com.azure:azure-data-tables:12.5.0' - testImplementation 'com.azure:azure-messaging-eventhubs:5.19.2' + testImplementation 'com.azure:azure-messaging-eventhubs:5.20.4' testImplementation 'com.azure:azure-messaging-servicebus:7.17.8' testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview' }