Skip to content

Commit 1a5996d

Browse files
dependabot[bot]camsim99stuartmorgan
authored andcommitted
Bump junit to 4.13.2 (flutter#5585)
* [path_provider]: Bump junit Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump junit versions Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: camsim99 <[email protected]> Co-authored-by: Stuart Morgan <[email protected]>
1 parent 57371e4 commit 1a5996d

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

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

+1-1
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/camera/camera_android/android/build.gradle

+1-1
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/espresso/README.md

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ flutter {
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/image_picker/image_picker_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
implementation 'androidx.annotation:annotation:1.3.0'
3838
implementation 'androidx.exifinterface:exifinterface:1.3.3'
3939

40-
testImplementation 'junit:junit:4.12'
40+
testImplementation 'junit:junit:4.13.2'
4141
testImplementation 'org.mockito:mockito-core:3.10.0'
4242
testImplementation 'androidx.test:core:1.4.0'
4343
testImplementation "org.robolectric:robolectric:4.8.1"

packages/image_picker/image_picker_android/example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ flutter {
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.4.0'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flutter {
107107

108108
dependencies {
109109
implementation 'com.android.billingclient:billing:3.0.2'
110-
testImplementation 'junit:junit:4.12'
110+
testImplementation 'junit:junit:4.13.2'
111111
testImplementation 'org.mockito:mockito-core:3.6.0'
112112
testImplementation 'org.json:json:20180813'
113113
androidTestImplementation 'androidx.test:runner:1.1.1'

packages/in_app_purchase/in_app_purchase_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
dependencies {
5555
implementation 'androidx.annotation:annotation:1.0.0'
5656
implementation 'com.android.billingclient:billing:3.0.2'
57-
testImplementation 'junit:junit:4.12'
57+
testImplementation 'junit:junit:4.13.2'
5858
testImplementation 'org.json:json:20180813'
5959
testImplementation 'org.mockito:mockito-core:3.6.0'
6060
androidTestImplementation 'androidx.test:runner:1.1.1'

packages/in_app_purchase/in_app_purchase_android/example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flutter {
107107

108108
dependencies {
109109
implementation 'com.android.billingclient:billing:3.0.2'
110-
testImplementation 'junit:junit:4.12'
110+
testImplementation 'junit:junit:4.13.2'
111111
testImplementation 'org.mockito:mockito-core:3.6.0'
112112
testImplementation 'org.json:json:20180813'
113113
androidTestImplementation 'androidx.test:runner:1.1.1'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ flutter {
5252
}
5353

5454
dependencies {
55-
testImplementation 'junit:junit:4.12'
55+
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test:runner:1.1.1'
5757
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
5858
}

packages/local_auth/local_auth_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
api "androidx.core:core:1.3.2"
5353
api "androidx.biometric:biometric:1.1.0"
5454
api "androidx.fragment:fragment:1.3.2"
55-
testImplementation 'junit:junit:4.12'
55+
testImplementation 'junit:junit:4.13.2'
5656
testImplementation 'org.mockito:mockito-inline:3.9.0'
5757
androidTestImplementation 'androidx.test:runner:1.2.0'
5858
androidTestImplementation 'androidx.test:rules:1.2.0'

packages/local_auth/local_auth_android/example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ flutter {
5252
}
5353

5454
dependencies {
55-
testImplementation 'junit:junit:4.12'
55+
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test:runner:1.1.1'
5757
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
5858
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
androidTestImplementation 'androidx.test:rules:1.2.0'
5959
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
6060

61-
testImplementation 'junit:junit:4.12'
61+
testImplementation 'junit:junit:4.13.2'
6262
androidTestImplementation 'androidx.test:runner:1.1.1'
6363
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
6464
}

packages/path_provider/path_provider_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454
dependencies {
5555
implementation 'androidx.annotation:annotation:1.1.0'
5656
implementation 'com.google.guava:guava:28.1-android'
57-
testImplementation 'junit:junit:4.12'
57+
testImplementation 'junit:junit:4.13.2'
5858
}

packages/path_provider/path_provider_android/example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
androidTestImplementation 'androidx.test:rules:1.2.0'
5959
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
6060

61-
testImplementation 'junit:junit:4.12'
61+
testImplementation 'junit:junit:4.13.2'
6262
androidTestImplementation 'androidx.test:runner:1.1.1'
6363
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
6464
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ flutter {
5252
}
5353

5454
dependencies {
55-
testImplementation 'junit:junit:4.12'
55+
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test:runner:1.2.0'
5757
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
5858
api 'androidx.test:core:1.2.0'

packages/quick_actions/quick_actions_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
dependencies {
37-
testImplementation 'junit:junit:4.12'
37+
testImplementation 'junit:junit:4.13.2'
3838
testImplementation 'org.mockito:mockito-core:3.2.4'
3939
}
4040

packages/quick_actions/quick_actions_android/example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ flutter {
5252
}
5353

5454
dependencies {
55-
testImplementation 'junit:junit:4.12'
55+
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test:runner:1.2.0'
5757
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
5858
api 'androidx.test:core:1.2.0'

packages/shared_preferences/shared_preferences_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
baseline file("lint-baseline.xml")
4343
}
4444
dependencies {
45-
testImplementation 'junit:junit:4.12'
45+
testImplementation 'junit:junit:4.13.2'
4646
testImplementation 'org.mockito:mockito-inline:3.9.0'
4747
}
4848

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ flutter {
5454
}
5555

5656
dependencies {
57-
testImplementation 'junit:junit:4.12'
57+
testImplementation 'junit:junit:4.13.2'
5858
androidTestImplementation 'androidx.test:runner:1.2.0'
5959
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
6060
}

packages/url_launcher/url_launcher_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949

5050
dependencies {
5151
compileOnly 'androidx.annotation:annotation:1.0.0'
52-
testImplementation 'junit:junit:4.12'
52+
testImplementation 'junit:junit:4.13.2'
5353
testImplementation 'org.mockito:mockito-core:1.10.19'
5454
testImplementation 'androidx.test:core:1.0.0'
5555
testImplementation 'org.robolectric:robolectric:4.3'

packages/url_launcher/url_launcher_android/example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ flutter {
5454
}
5555

5656
dependencies {
57-
testImplementation 'junit:junit:4.12'
57+
testImplementation 'junit:junit:4.13.2'
5858
androidTestImplementation 'androidx.test:runner:1.2.0'
5959
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
6060
}

packages/video_player/video_player_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
implementation 'com.google.android.exoplayer:exoplayer-hls:2.17.1'
4848
implementation 'com.google.android.exoplayer:exoplayer-dash:2.17.1'
4949
implementation 'com.google.android.exoplayer:exoplayer-smoothstreaming:2.17.1'
50-
testImplementation 'junit:junit:4.12'
50+
testImplementation 'junit:junit:4.13.2'
5151
testImplementation 'androidx.test:core:1.3.0'
5252
testImplementation 'org.mockito:mockito-inline:3.9.0'
5353
testImplementation 'org.robolectric:robolectric:4.5'

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

+1-1
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.2.0'
6060
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
6161
api 'androidx.test:core:1.2.0'

packages/webview_flutter/webview_flutter_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
dependencies {
3838
implementation 'androidx.annotation:annotation:1.4.0'
3939
implementation 'androidx.webkit:webkit:1.0.0'
40-
testImplementation 'junit:junit:4.12'
40+
testImplementation 'junit:junit:4.13.2'
4141
testImplementation 'org.mockito:mockito-inline:4.6.1'
4242
testImplementation 'androidx.test:core:1.3.0'
4343
}

0 commit comments

Comments
 (0)