Skip to content

Commit

Permalink
Merge pull request #112 from wiremock/bump-hamcrest-deps
Browse files Browse the repository at this point in the history
bump both hamcrest test deps
  • Loading branch information
leeturner authored Sep 24, 2024
2 parents e1868cb + d627fb8 commit d662033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ dependencies {
// testImplementation project(":")
testImplementation(platform('org.junit:junit-bom:5.11.0'))
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "org.hamcrest:hamcrest-core:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation "org.hamcrest:hamcrest-core:3.0"
testImplementation "org.hamcrest:hamcrest-library:3.0"
testImplementation 'org.awaitility:awaitility:4.2.2'

testImplementation "io.grpc:grpc-okhttp"
Expand Down

0 comments on commit d662033

Please sign in to comment.