Skip to content

Commit 49aa7a8

Browse files
Merge pull request #2153 from aws-amplify/rm/junit-version
chore: Update junit dependency
2 parents ed72486 + 5a09377 commit 49aa7a8

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

aws-android-sdk-cognitoidentityprovider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

aws-android-sdk-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

aws-android-sdk-ddb-mapper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

aws-android-sdk-iot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

aws-android-sdk-kinesis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

aws-android-sdk-kinesisvideo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

aws-android-sdk-lambda/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
dependencies {
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
}

aws-android-sdk-mobileanalytics/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

aws-android-sdk-pinpoint/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

aws-android-sdk-polly/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
dependencies {
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
}

0 commit comments

Comments
 (0)