diff --git a/packages/camera/camera_android_camerax/android/build.gradle b/packages/camera/camera_android_camerax/android/build.gradle index e342682750c..c8ab43586d1 100644 --- a/packages/camera/camera_android_camerax/android/build.gradle +++ b/packages/camera/camera_android_camerax/android/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation "androidx.camera:camera-video:${camerax_version}" implementation 'com.google.guava:guava:33.4.0-android' testImplementation 'junit:junit:4.13.2' - testImplementation "org.mockito:mockito-core:5.18.0" + testImplementation "org.mockito:mockito-core:5.19.0" testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'androidx.test:core:1.7.0' testImplementation 'org.robolectric:robolectric:4.15.1' diff --git a/packages/espresso/CHANGELOG.md b/packages/espresso/CHANGELOG.md index c609be6f7de..093753a6d5f 100644 --- a/packages/espresso/CHANGELOG.md +++ b/packages/espresso/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.0+9 + +* Bumps `androidx.test:*` from 1.6.1 to 1.7.0. + ## 0.4.0+8 * Bumps `com.google.guava:guava` from 33.3.1 to 33.4.8. diff --git a/packages/espresso/android/build.gradle b/packages/espresso/android/build.gradle index 1aea8538ed3..fd7f6e24310 100644 --- a/packages/espresso/android/build.gradle +++ b/packages/espresso/android/build.gradle @@ -67,11 +67,11 @@ dependencies { api 'androidx.test.espresso:espresso-core:3.6.1' // Core library - api 'androidx.test:core:1.6.1' + api 'androidx.test:core:1.7.0' // AndroidJUnitRunner and JUnit Rules - api 'androidx.test:runner:1.6.1' - api 'androidx.test:rules:1.6.1' + api 'androidx.test:runner:1.7.0' + api 'androidx.test:rules:1.7.0' // Assertions api 'androidx.test.ext:junit:1.2.1' diff --git a/packages/espresso/pubspec.yaml b/packages/espresso/pubspec.yaml index 8fd5319d84d..58566f905b9 100644 --- a/packages/espresso/pubspec.yaml +++ b/packages/espresso/pubspec.yaml @@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso. Allows driving Flutter widgets from a native Espresso test. repository: https://github.com/flutter/packages/tree/main/packages/espresso issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22 -version: 0.4.0+8 +version: 0.4.0+9 environment: sdk: ^3.7.0 diff --git a/packages/flutter_plugin_android_lifecycle/android/build.gradle b/packages/flutter_plugin_android_lifecycle/android/build.gradle index ba8b7a79787..c4e07d7b2c4 100644 --- a/packages/flutter_plugin_android_lifecycle/android/build.gradle +++ b/packages/flutter_plugin_android_lifecycle/android/build.gradle @@ -62,5 +62,5 @@ android { dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' } diff --git a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle index 7b318e424fd..2f4b015d553 100644 --- a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle +++ b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle @@ -43,7 +43,7 @@ android { androidTestImplementation 'androidx.test:rules:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' testImplementation 'androidx.test:core:1.7.0' testImplementation "org.robolectric:robolectric:4.15.1" } diff --git a/packages/image_picker/image_picker_android/android/build.gradle b/packages/image_picker/image_picker_android/android/build.gradle index fe937ef4e26..540af06de46 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -41,7 +41,7 @@ android { implementation 'androidx.activity:activity:1.10.1' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' testImplementation 'androidx.test:core:1.7.0' testImplementation "org.robolectric:robolectric:4.15.1" } diff --git a/packages/in_app_purchase/in_app_purchase_android/android/build.gradle b/packages/in_app_purchase/in_app_purchase_android/android/build.gradle index e5514d4a624..9b9af36141d 100644 --- a/packages/in_app_purchase/in_app_purchase_android/android/build.gradle +++ b/packages/in_app_purchase/in_app_purchase_android/android/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'com.android.billingclient:billing:7.1.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.json:json:20250107' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' testImplementation 'androidx.test:core:1.7.0' testImplementation 'org.robolectric:robolectric:4.15.1' androidTestImplementation 'androidx.test:runner:1.7.0' diff --git a/packages/interactive_media_ads/android/build.gradle b/packages/interactive_media_ads/android/build.gradle index c8681b8084f..ac6aa73455d 100644 --- a/packages/interactive_media_ads/android/build.gradle +++ b/packages/interactive_media_ads/android/build.gradle @@ -55,7 +55,7 @@ android { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation "org.mockito.kotlin:mockito-kotlin:5.4.0" testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'androidx.test:core:1.6.1' + testImplementation 'androidx.test:core:1.7.0' } lintOptions { diff --git a/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle b/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle index a414817fd11..ed92c2af701 100644 --- a/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle +++ b/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle @@ -54,6 +54,6 @@ android { dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation "org.mockito:mockito-core:5.18.0" + testImplementation "org.mockito:mockito-core:5.19.0" } } diff --git a/packages/quick_actions/quick_actions_android/android/build.gradle b/packages/quick_actions/quick_actions_android/android/build.gradle index 2d71f65a6bb..be00a054731 100644 --- a/packages/quick_actions/quick_actions_android/android/build.gradle +++ b/packages/quick_actions/quick_actions_android/android/build.gradle @@ -38,7 +38,7 @@ android { dependencies { implementation 'androidx.annotation:annotation:1.9.1' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' } compileOptions { diff --git a/packages/url_launcher/url_launcher_android/android/build.gradle b/packages/url_launcher/url_launcher_android/android/build.gradle index af15b5bd047..e281516a49c 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle +++ b/packages/url_launcher/url_launcher_android/android/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.9.1' implementation 'androidx.browser:browser:1.8.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' testImplementation 'androidx.test:core:1.7.0' testImplementation 'org.robolectric:robolectric:4.15.1' } diff --git a/packages/webview_flutter/webview_flutter_android/android/build.gradle b/packages/webview_flutter/webview_flutter_android/android/build.gradle index b2d1c45296e..aaec9dfed07 100644 --- a/packages/webview_flutter/webview_flutter_android/android/build.gradle +++ b/packages/webview_flutter/webview_flutter_android/android/build.gradle @@ -52,7 +52,7 @@ android { implementation 'androidx.annotation:annotation:1.9.1' implementation 'androidx.webkit:webkit:1.14.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'androidx.test:core:1.7.0' }