We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746190d commit a46bd6aCopy full SHA for a46bd6a
1 file changed
build.gradle
@@ -27,14 +27,14 @@ test {
27
}
28
29
dependencies {
30
- implementation 'com.squareup.okhttp3:okhttp:4.2.2'
+ implementation 'com.squareup.okhttp3:okhttp:4.9.0'
31
implementation 'com.subshell.simpleframework:simple-xml:2.9.0'
32
- implementation 'org.slf4j:slf4j-api:1.7.29'
+ implementation 'org.slf4j:slf4j-api:1.7.30'
33
34
runtimeOnly 'ch.qos.logback:logback-classic:1.2.3'
35
36
- testImplementation 'junit:junit:4.12'
37
- testImplementation 'org.mockito:mockito-core:3.1.0'
+ testImplementation 'junit:junit:4.13.1'
+ testImplementation 'org.mockito:mockito-core:3.5.15'
38
39
40
license {
0 commit comments