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 8c013e0 commit c49d4deCopy full SHA for c49d4de
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
exclude group: 'com.square.okio', module: 'okio'
27
}
28
testImplementation 'com.squareup.okio:okio:3.8.0'
29
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
30
testImplementation 'com.squareup.okhttp3:okhttp:4.9.2'
31
testImplementation 'junit:junit:4.11-redhat-1'
32
testImplementation 'junit:junit:4.13.1'
0 commit comments