diff --git a/build.gradle b/build.gradle index 085d073..340de40 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ dependencies { api 'commons-cli:commons-cli:1.6.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'com.github.tomakehurst:wiremock:2.27.2' + testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.14' testImplementation 'com.icegreen:greenmail:1.6.15' }