Skip to content

Commit

Permalink
pin mockito-core to 3.x for a green build.
Browse files Browse the repository at this point in the history
Too be followed up with a task for a 4.x configuration
  • Loading branch information
pway99 committed Oct 7, 2021
1 parent 3faaeef commit 1f3d2bf
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 @@ -113,7 +113,7 @@ dependencies {
testRuntimeOnly("org.springframework:spring-test:4.+")
testRuntimeOnly("ch.qos.logback:logback-classic:1.0.13")
testRuntimeOnly("org.mockito:mockito-all:$mockito1Version")
testRuntimeOnly("org.mockito:mockito-core:latest.release")
testRuntimeOnly("org.mockito:mockito-core:3.+")
testRuntimeOnly("org.hamcrest:hamcrest:latest.release")
testRuntimeOnly("pl.pragmatists:JUnitParams:1.+")
testRuntimeOnly("com.squareup.okhttp3:mockwebserver:3.+")
Expand Down

0 comments on commit 1f3d2bf

Please sign in to comment.