mirror of
https://github.com/apache/jmeter.git
synced 2025-08-06 00:38:16 +08:00
fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2
This commit is contained in:

committed by
Vladimir Sitnikov

parent
30b3b7ef36
commit
6d39ac6e69
@ -37,7 +37,7 @@ dependencies {
|
||||
// compilation classpath (e.g. it is used as a transitive by a third-party library)
|
||||
// then it should be declared as "api" here since we use useCompileClasspathVersions
|
||||
// to make runtime classpath consistent with the compile one.
|
||||
api("com.github.tomakehurst:wiremock-jre8:2.35.1")
|
||||
api("com.github.tomakehurst:wiremock-jre8:2.35.2")
|
||||
api("io.mockk:mockk:1.13.7")
|
||||
api("net.bytebuddy:byte-buddy:1.14.11")
|
||||
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")
|
||||
|
Reference in New Issue
Block a user