diff --git a/modules/azure/build.gradle b/modules/azure/build.gradle index 226f668e954..bbf70788388 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' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0' testImplementation 'org.assertj:assertj-core:3.27.4' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'