diff --git a/build.gradle b/build.gradle index d1118b6..dd95976 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-test' testImplementation "org.mockito:mockito-core:3.+" - testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.1' testImplementation 'org.awaitility:awaitility:4.2.0' }