diff --git a/lib/build.gradle b/lib/build.gradle index 42bec88..8ae199b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -27,7 +27,7 @@ def getKeyPassword() { dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' - testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" + testImplementation "com.github.tomakehurst:wiremock-jre8:3.0.1" testImplementation "org.mockito:mockito-core:3.12.4" implementation 'com.google.code.gson:gson:2.14.0'