File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,23 @@ artifacts {
5151}
5252
5353dependencies {
54+ <<<<<< < HEAD
5455 compileOnly ' com.google.appengine:appengine-api-1.0-sdk:2.0.9'
5556 api ' com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
5657 api ' com.google.code.gson:gson:2.9.1'
5758 api ' io.opencensus:opencensus-api:0.31.1'
5859 implementation ' org.slf4j:slf4j-api:2.0.3'
5960 testImplementation ' junit:junit:4.13.2'
6061 testImplementation ' com.squareup.okhttp3:mockwebserver:5.0.0-alpha.10'
62+ ====== =
63+ compileOnly ' com.google.appengine:appengine-api-1.0-sdk:2.0.4'
64+ api ' com.squareup.okhttp3:okhttp:4.10.0'
65+ api ' com.google.code.gson:gson:2.9.0'
66+ api ' io.opencensus:opencensus-api:0.31.0'
67+ implementation ' org.slf4j:slf4j-api:2.0.3'
68+ testImplementation ' junit:junit:4.13.2'
69+ testImplementation ' com.squareup.okhttp3:mockwebserver:4.10.0'
70+ >>>>>>> pull/ 839
6171 testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
6272 testImplementation ' org.slf4j:slf4j-simple:2.0.3'
6373 testImplementation ' org.apache.commons:commons-lang3:3.12.0'
You can’t perform that action at this time.
0 commit comments