diff --git a/modules/azure/build.gradle b/modules/azure/build.gradle index 13f3f353ba9..4dbffa9ac20 100644 --- a/modules/azure/build.gradle +++ b/modules/azure/build.gradle @@ -6,7 +6,7 @@ dependencies { // TODO use JDK's HTTP client and/or Apache HttpClient5 shaded 'com.squareup.okhttp3:okhttp:5.1.0' - testImplementation 'org.assertj:assertj-core:3.27.3' + testImplementation 'org.assertj:assertj-core:3.27.4' testImplementation platform("com.azure:azure-sdk-bom:1.2.32") testImplementation 'com.azure:azure-cosmos' testImplementation 'com.azure:azure-storage-blob'