diff --git a/build.gradle b/build.gradle index f5f987c..ca5cee1 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'org.jetbrains:annotations:13.0' testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests' - testImplementation platform('org.junit:junit-bom:5.10.2') + testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2' testImplementation 'org.mockito:mockito-core:4.11.0'