Skip to content

Commit

Permalink
Update wiremock dependency to org.wiremock:wiremock-standalone. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmook authored Nov 8, 2023
1 parent d6219dc commit d3ac113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
api("com.github.tomakehurst:wiremock:3.0.0-beta-2")
api("org.wiremock:wiremock-standalone:3.2.0")

testImplementation("io.rest-assured:rest-assured:5.1.1")
testImplementation("io.rest-assured:json-path:5.1.1")
Expand Down

0 comments on commit d3ac113

Please sign in to comment.