Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit e773791

Browse files
committed
Bump junit versions
1 parent 9b4d757 commit e773791

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

packages/camera/camera/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060

6161
dependencies {
6262
compileOnly 'androidx.annotation:annotation:1.1.0'
63-
testImplementation 'junit:junit:4.12'
63+
testImplementation 'junit:junit:4.13.2'
6464
testImplementation 'org.mockito:mockito-inline:4.0.0'
6565
testImplementation 'androidx.test:core:1.3.0'
6666
testImplementation 'org.robolectric:robolectric:4.5'

packages/camera/camera/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ flutter {
5757
}
5858

5959
dependencies {
60-
testImplementation 'junit:junit:4.12'
60+
testImplementation 'junit:junit:4.13.2'
6161
androidTestImplementation 'androidx.test:runner:1.2.0'
6262
androidTestImplementation 'androidx.test:rules:1.2.0'
6363
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

packages/espresso/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following dependencies in android/app/build.gradle:
1818

1919
```groovy
2020
dependencies {
21-
testImplementation 'junit:junit:4.12'
21+
testImplementation 'junit:junit:4.13.2'
2222
testImplementation "com.google.truth:truth:1.0"
2323
androidTestImplementation 'androidx.test:runner:1.1.1'
2424
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'

packages/espresso/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'com.google.code.gson:gson:2.8.6'
5555
androidTestImplementation 'org.hamcrest:hamcrest:2.2'
5656

57-
testImplementation 'junit:junit:4.12'
57+
testImplementation 'junit:junit:4.13.2'
5858
testImplementation "com.google.truth:truth:1.0"
5959
api 'androidx.test:runner:1.1.1'
6060
api 'androidx.test.espresso:espresso-core:3.1.1'

packages/espresso/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ flutter {
5555
}
5656

5757
dependencies {
58-
testImplementation 'junit:junit:4.12'
58+
testImplementation 'junit:junit:4.13.2'
5959
testImplementation "com.google.truth:truth:1.0"
6060
androidTestImplementation 'androidx.test:runner:1.1.1'
6161
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'

packages/flutter_plugin_android_lifecycle/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

5555
dependencies {
56-
testImplementation 'junit:junit:4.12'
56+
testImplementation 'junit:junit:4.13.2'
5757
testImplementation 'org.mockito:mockito-core:1.10.19'
5858
}
5959

packages/flutter_plugin_android_lifecycle/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ flutter {
5555
}
5656

5757
dependencies {
58-
testImplementation 'junit:junit:4.12'
58+
testImplementation 'junit:junit:4.13.2'
5959
androidTestImplementation 'androidx.test:runner:1.1.1'
6060
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
6161
}

packages/google_maps_flutter/google_maps_flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
androidTestImplementation 'androidx.test:runner:1.2.0'
4040
androidTestImplementation 'androidx.test:rules:1.2.0'
4141
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
42-
testImplementation 'junit:junit:4.12'
42+
testImplementation 'junit:junit:4.13.2'
4343
testImplementation 'org.mockito:mockito-core:3.2.4'
4444
testImplementation 'androidx.test:core:1.2.0'
4545
testImplementation "org.robolectric:robolectric:4.3.1"

packages/google_maps_flutter/google_maps_flutter/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
testImplementation 'junit:junit:4.12'
63+
testImplementation 'junit:junit:4.13.2'
6464
androidTestImplementation 'androidx.test:runner:1.2.0'
6565
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
6666
api 'androidx.test:core:1.2.0'

packages/google_sign_in/google_sign_in_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ android {
5050
dependencies {
5151
implementation 'com.google.android.gms:play-services-auth:20.0.1'
5252
implementation 'com.google.guava:guava:28.1-android'
53-
testImplementation 'junit:junit:4.12'
53+
testImplementation 'junit:junit:4.13.2'
5454
testImplementation 'org.mockito:mockito-inline:3.9.0'
5555
}

0 commit comments

Comments
 (0)