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 cb5590b commit e0a7226Copy full SHA for e0a7226
transport/transport-backend-cct/transport-backend-cct.gradle
@@ -69,7 +69,7 @@ dependencies {
69
testImplementation 'com.github.tomakehurst:wiremock:2.26.3'
70
//Android compatible version of Apache httpclient.
71
testImplementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
72
- testImplementation 'org.robolectric:robolectric:4.3.1'
+ testImplementation 'org.robolectric:robolectric:4.2'
73
testImplementation 'junit:junit:4.13-beta-2'
74
75
androidTestImplementation 'androidx.test:runner:1.2.0'
@@ -78,4 +78,4 @@ dependencies {
78
79
tasks.withType(Test) {
80
systemProperty 'javax.net.ssl.trustStore', 'NONE'
81
-}
+}
0 commit comments