File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
aws-android-sdk-cognitoidentityprovider
aws-android-sdk-ddb-mapper
aws-android-sdk-kinesisvideo
aws-android-sdk-mobileanalytics Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 api project(' :aws-android-sdk-core' )
1717 implementation ' com.amazonaws:aws-android-sdk-cognitoidentityprovider-asf:1.0.0'
1818
19- testImplementation ' junit:junit:4.13'
19+ testImplementation ' junit:junit:4.13.1 '
2020 testImplementation ' org.mockito:mockito-core:1.10.19'
2121 testImplementation ' org.robolectric:robolectric:4.4'
2222 testImplementation ' androidx.test:core:1.3.0'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 implementation ' androidx.annotation:annotation:1.1.0'
1919
2020 testImplementation ' joda-time:joda-time:2.8.1'
21- testImplementation ' junit:junit:4.13'
21+ testImplementation ' junit:junit:4.13.1 '
2222 testImplementation ' org.apache.commons:commons-io:1.3.2'
2323 testImplementation ' org.easymock:easymock:3.1'
2424 testImplementation ' org.robolectric:robolectric:4.4'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 api project(' :aws-android-sdk-ddb' )
1616 api project(' :aws-android-sdk-s3' )
1717
18- testImplementation ' junit:junit:4.13'
18+ testImplementation ' junit:junit:4.13.1 '
1919 testImplementation ' org.easymock:easymock:3.1'
2020 testRuntimeOnly ' org.apache.httpcomponents:httpclient:4.5.12'
2121}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 implementation ' org.conscrypt:conscrypt-android:2.5.1'
1818 implementation ' org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
1919
20- testImplementation ' junit:junit:4.13'
20+ testImplementation ' junit:junit:4.13.1 '
2121 testImplementation ' org.mockito:mockito-all:1.10.19'
2222 testImplementation ' org.robolectric:robolectric:4.4'
2323}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 api project(' :aws-android-sdk-core' )
1515
1616 testImplementation ' commons-lang:commons-lang:20030203.000129'
17- testImplementation ' junit:junit:4.13'
17+ testImplementation ' junit:junit:4.13.1 '
1818 testImplementation ' org.mockito:mockito-all:1.10.19'
1919 testImplementation ' org.robolectric:robolectric:4.4'
2020}
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ dependencies {
2222 implementation ' androidx.annotation:annotation:1.1.0'
2323 // noinspection DuplicatePlatformClasses
2424 compileOnly ' org.apache.httpcomponents:httpclient:4.5.12'
25- testImplementation ' junit:junit:4.13'
25+ testImplementation ' junit:junit:4.13.1 '
2626}
2727
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
1313dependencies {
1414 api project(' :aws-android-sdk-core' )
1515
16- testImplementation ' junit:junit:4.13'
16+ testImplementation ' junit:junit:4.13.1 '
1717 testImplementation ' org.mockito:mockito-all:1.10.19'
1818 testImplementation ' org.robolectric:robolectric:4.4'
1919}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 api project(' :aws-android-sdk-core' )
1515
1616 testImplementation ' com.google.android:android-test:4.1.1.4'
17- testImplementation ' junit:junit:4.13'
17+ testImplementation ' junit:junit:4.13.1 '
1818 testImplementation ' org.hamcrest:hamcrest-all:1.3'
1919 testImplementation ' org.mockito:mockito-all:1.10.19'
2020 testImplementation ' org.robolectric:robolectric:4.4'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 implementation ' androidx.core:core:1.3.1'
1616
1717 testImplementation ' androidx.test:core:1.3.0'
18- testImplementation ' junit:junit:4.13'
18+ testImplementation ' junit:junit:4.13.1 '
1919 testImplementation ' org.hamcrest:hamcrest:2.2'
2020 testImplementation ' org.mockito:mockito-all:1.10.19'
2121 testImplementation ' org.robolectric:robolectric:4.4'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
1313dependencies {
1414 api project(' :aws-android-sdk-core' )
1515
16- testImplementation ' junit:junit:4.13'
16+ testImplementation ' junit:junit:4.13.1 '
1717 testImplementation ' org.mockito:mockito-all:1.10.19'
1818 testImplementation ' org.robolectric:robolectric:4.4'
1919}
You can’t perform that action at this time.
0 commit comments