diff --git a/build.gradle b/build.gradle index d614b32..fd8cc91 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests' 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 'com.github.tomakehurst:wiremock-jre8:3.0.1' testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' }