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 17fd9a8 commit 528a567Copy full SHA for 528a567
build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
testImplementation('com.intellij.remoterobot:remote-fixtures:' + remoteRobotVersion) {
26
exclude group: 'com.square.okio', module: 'okio'
27
}
28
- testImplementation 'com.squareup.okio:okio:3.8.0'
+ testImplementation 'com.squareup.okio:okio:3.9.0'
29
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
30
testImplementation 'com.squareup.okhttp3:okhttp:4.9.2'
31
testImplementation 'junit:junit:4.11-redhat-1'
0 commit comments