We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c305be0 commit 67a0712Copy full SHA for 67a0712
build.gradle
@@ -52,12 +52,12 @@ artifacts {
52
53
dependencies {
54
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.22'
55
- api 'com.squareup.okhttp3:okhttp:4.11.0'
+ api 'com.squareup.okhttp3:okhttp:4.12.0'
56
api 'com.google.code.gson:gson:2.10.1'
57
api 'io.opencensus:opencensus-api:0.31.1'
58
implementation 'org.slf4j:slf4j-api:2.0.9'
59
testImplementation 'junit:junit:4.13.2'
60
- testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
+ testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
61
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
62
testImplementation 'org.slf4j:slf4j-simple:2.0.9'
63
testImplementation 'org.apache.commons:commons-lang3:3.13.0'
0 commit comments