Update dependency com.github.tomakehurst:wiremock to v3

This commit is contained in:
2024-03-27 07:02:17 +00:00
parent d9ab2b8739
commit c9046ffbd0

View File

@@ -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'
}