Skip to content

Commit 2cac2af

Browse files
authored
Update wiremock (#3216)
1 parent 4fdfd2b commit 2cac2af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ telemetryGenerator = "1.0.53"
2222
testLogger = "3.1.0"
2323
testRetry = "1.2.1"
2424
slf4j = "1.7.36"
25-
wiremock = "2.27.2"
25+
wiremock = "2.33.2"
2626
zjsonpatch = "0.4.11"
2727

2828
[libraries]
@@ -86,7 +86,7 @@ mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
8686
mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoKotlin" }
8787
telemetryGenerator = { module = "software.aws.toolkits:telemetry-generator", version.ref = "telemetryGenerator" }
8888
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
89-
wiremock = { module = "com.github.tomakehurst:wiremock", version.ref = "wiremock" }
89+
wiremock = { module = "com.github.tomakehurst:wiremock-jre8", version.ref = "wiremock" }
9090
zjsonpatch = { module = "com.flipkart.zjsonpatch:zjsonpatch", version.ref = "zjsonpatch" }
9191

9292
[bundles]

0 commit comments

Comments
 (0)