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.
2 parents fc9d6f1 + a05c69b commit b6e3656Copy full SHA for b6e3656
gradle/dependencies.gradle
@@ -2,7 +2,7 @@ dependencies {
2
// Use JUnit test framework
3
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
4
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.1'
5
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
6
testImplementation 'org.mockito:mockito-inline:4.1.0'
7
8
api 'com.squareup.okhttp3:okhttp:4.9.3'
0 commit comments