We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651fd14 commit f6d6c9fCopy full SHA for f6d6c9f
build.gradle
@@ -120,7 +120,7 @@ dependencies {
120
testImplementation 'org.junit.jupiter:junit-jupiter'
121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
122
123
- testImplementation 'org.mockito:mockito-junit-jupiter:5.16.1'
+ testImplementation 'org.mockito:mockito-junit-jupiter:5.17.0'
124
// would like to transition these to wiremock
125
testImplementation 'org.mock-server:mockserver-junit-jupiter:5.15.0'
126
// https://github.com/wiremock/wiremock/releases/tag/3.0.0 drops support for Java 8
0 commit comments