Skip to content

Commit

Permalink
[PRMT-4356] Changed com.github.tomakehurst:wiremock-standalone:3.0.1 …
Browse files Browse the repository at this point in the history
…to org.wiremock:wiremock-standalone:3.3.1
  • Loading branch information
martin-nhs committed Jan 15, 2024
1 parent 4ebf702 commit 6059498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-test'

testImplementation "org.mockito:mockito-core:3.+"
testImplementation 'com.github.tomakehurst:wiremock-standalone:3.0.1'
testImplementation 'org.wiremock:wiremock-standalone:3.3.1'
testImplementation 'org.awaitility:awaitility:4.2.0'
}

Expand Down

0 comments on commit 6059498

Please sign in to comment.