We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d4b81 commit 25377e0Copy full SHA for 25377e0
1 file changed
build.gradle
@@ -52,13 +52,13 @@ artifacts {
52
53
dependencies {
54
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.76'
55
- api 'com.squareup.okhttp3:okhttp:3.14.4'
+ api 'com.squareup.okhttp3:okhttp:4.9.1'
56
api 'com.google.code.gson:gson:2.8.6'
57
api 'io.opencensus:opencensus-api:0.25.0'
58
implementation 'org.slf4j:slf4j-api:1.7.26'
59
testImplementation 'junit:junit:4.12'
60
testImplementation 'org.mockito:mockito-core:3.0.0'
61
- testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.2'
+ testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
62
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
63
testImplementation 'org.slf4j:slf4j-simple:1.7.26'
64
testImplementation 'org.apache.commons:commons-lang3:3.9'
0 commit comments