Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dependabot]: Bump the test-dependencies group across 16 directories with 7 updates #8724

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2025

Bumps the test-dependencies group with 3 updates in the /packages/camera/camera_android/android directory: org.mockito:mockito-inline, androidx.test:core and org.robolectric:robolectric.
Bumps the test-dependencies group with 3 updates in the /packages/camera/camera_android_camerax/android directory: org.mockito:mockito-inline, androidx.test:core and org.robolectric:robolectric.
Bumps the test-dependencies group with 3 updates in the /packages/file_selector/file_selector_android/android directory: org.mockito:mockito-inline, androidx.test:core and org.robolectric:robolectric.
Bumps the test-dependencies group with 1 update in the /packages/flutter_plugin_android_lifecycle/android directory: org.mockito:mockito-core.
Bumps the test-dependencies group with 5 updates in the /packages/google_maps_flutter/google_maps_flutter_android/android directory:

Package From To
androidx.test:core 1.4.0 1.6.1
org.robolectric:robolectric 4.10.3 4.14.1
androidx.test:runner 1.2.0 1.6.2
androidx.test:rules 1.4.0 1.6.1
org.mockito:mockito-core 5.1.1 5.15.2

Bumps the test-dependencies group with 1 update in the /packages/google_sign_in/google_sign_in_android/android directory: org.mockito:mockito-inline.
Bumps the test-dependencies group with 3 updates in the /packages/image_picker/image_picker_android/android directory: androidx.test:core, org.robolectric:robolectric and org.mockito:mockito-core.
Bumps the test-dependencies group with 4 updates in the /packages/in_app_purchase/in_app_purchase_android/android directory: androidx.test:core, org.robolectric:robolectric, androidx.test:runner and org.mockito:mockito-core.
Bumps the test-dependencies group with 2 updates in the /packages/interactive_media_ads/android directory: org.mockito:mockito-inline and androidx.test:core.
Bumps the test-dependencies group with 4 updates in the /packages/local_auth/local_auth_android/android directory: org.mockito:mockito-inline, org.robolectric:robolectric, androidx.test:runner and androidx.test:rules.
Bumps the test-dependencies group with 1 update in the /packages/pigeon/platform_tests/alternate_language_test_plugin/android directory: org.mockito:mockito-core.
Bumps the test-dependencies group with 1 update in the /packages/quick_actions/quick_actions_android/android directory: org.mockito:mockito-core.
Bumps the test-dependencies group with 2 updates in the /packages/shared_preferences/shared_preferences_android/android directory: org.robolectric:robolectric and androidx.test:core-ktx.
Bumps the test-dependencies group with 3 updates in the /packages/url_launcher/url_launcher_android/android directory: androidx.test:core, org.robolectric:robolectric and org.mockito:mockito-core.
Bumps the test-dependencies group with 3 updates in the /packages/video_player/video_player_android/android directory: org.mockito:mockito-inline, androidx.test:core and org.robolectric:robolectric.
Bumps the test-dependencies group with 2 updates in the /packages/webview_flutter/webview_flutter_android/android directory: org.mockito:mockito-inline and androidx.test:core.

Updates org.mockito:mockito-inline from 5.0.0 to 5.2.0

Release notes

Sourced from org.mockito:mockito-inline's releases.

v5.2.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.0

v5.1.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.1

v5.1.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.0

... (truncated)

Commits
  • 74c811a Make InjectMocks aware of generic types (#2923)
  • fc136e4 Explicitly use UTF-8 in IOUtils (#2935)
  • 9473470 Bump io.github.gradle-nexus:publish-plugin from 1.2.0 to 1.3.0 (#2932)
  • dddeb72 Bump versions.bytebuddy from 1.14.0 to 1.14.1 (#2931)
  • 92ed602 Bump com.google.googlejavaformat:google-java-format from 1.15.0 to 1.16.0 (#2...
  • 19ef24a Bump com.diffplug.spotless from 6.15.0 to 6.16.0 (#2930)
  • 8b96cc1 Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.2.0 (#2924)
  • 4eb275c Make project relocatable by using relative paths in the OSGi test task (#2920)
  • d937334 Bump com.github.ben-manes.versions from 0.45.0 to 0.46.0 (#2922)
  • 60b0e71 Bump versions.bytebuddy from 1.13.0 to 1.14.0 (#2918)
  • Additional commits viewable in compare view

Updates androidx.test:core from 1.4.0 to 1.6.1

Updates org.robolectric:robolectric from 4.10.3 to 4.14.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.14.1 is a minor release that fixes #9732, a regression when loading Typeface objects in legacy graphics mode.

Full Changelog: robolectric/robolectric@robolectric-4.14...robolectric-4.14.1

Robolectric 4.14 adds support for Android V (SDK 35)!

If you encounter any issues, please file them on the GitHub issues page.

Thanks to everyone who contributed to the release, especially our GSoC contributors @​Mia0451 and @​Devashishbasu!

What's Changed

... (truncated)

Commits
  • 2659448 Bump version to 4.14.1.
  • 1af1fa3 Fix regression in loading typefaces in legacy graphics
  • 1ae93b4 Bump version to 4.14.
  • ed0ed4a Update the Android V SDK to build 12650502
  • 68e04b8 Defer to real framework code for AccessibilityWindowInfo.getWindowId
  • 434e22d Clear ShadowAccessibilityWindowInfo fields during recycle
  • de31683 Remove unused and incorrect APIs in ShadowAccessibilityNodeInfo
  • 48b87fd Disable AccessibililityNodeInfo shadow APIs for direct connections
  • 58387bb Remove boundsInScreen logic in ShadowAccessibilityNodeInfo
  • 67a6338 Add additional check for AccessibilityNodeInfo.setQueryFromProcessEnabled
  • Additional commits viewable in compare view

Updates org.mockito:mockito-inline from 5.0.0 to 5.2.0

Release notes

Sourced from org.mockito:mockito-inline's releases.

v5.2.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.0

v5.1.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.1

v5.1.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.0

... (truncated)

Commits
  • 74c811a Make InjectMocks aware of generic types (#2923)
  • fc136e4 Explicitly use UTF-8 in IOUtils (#2935)
  • 9473470 Bump io.github.gradle-nexus:publish-plugin from 1.2.0 to 1.3.0 (#2932)
  • dddeb72 Bump versions.bytebuddy from 1.14.0 to 1.14.1 (#2931)
  • 92ed602 Bump com.google.googlejavaformat:google-java-format from 1.15.0 to 1.16.0 (#2...
  • 19ef24a Bump com.diffplug.spotless from 6.15.0 to 6.16.0 (#2930)
  • 8b96cc1 Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.2.0 (#2924)
  • 4eb275c Make project relocatable by using relative paths in the OSGi test task (#2920)
  • d937334 Bump com.github.ben-manes.versions from 0.45.0 to 0.46.0 (#2922)
  • 60b0e71 Bump versions.bytebuddy from 1.13.0 to 1.14.0 (#2918)
  • Additional commits viewable in compare view

Updates androidx.test:core from 1.4.0 to 1.6.1

Updates org.robolectric:robolectric from 4.10.3 to 4.14.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.14.1 is a minor release that fixes #9732, a regression when loading Typeface objects in legacy graphics mode.

Full Changelog: robolectric/robolectric@robolectric-4.14...robolectric-4.14.1

Robolectric 4.14 adds support for Android V (SDK 35)!

If you encounter any issues, please file them on the GitHub issues page.

Thanks to everyone who contributed to the release, especially our GSoC contributors @​Mia0451 and @​Devashishbasu!

What's Changed

... (truncated)

Commits
  • 2659448 Bump version to 4.14.1.
  • 1af1fa3 Fix regression in loading typefaces in legacy graphics
  • 1ae93b4 Bump version to 4.14.
  • ed0ed4a Update the Android V SDK to build 12650502
  • 68e04b8 Defer to real framework code for AccessibilityWindowInfo.getWindowId
  • 434e22d Clear ShadowAccessibilityWindowInfo fields during recycle
  • de31683 Remove unused and incorrect APIs in ShadowAccessibilityNodeInfo
  • 48b87fd Disable AccessibililityNodeInfo shadow APIs for direct connections
  • 58387bb Remove boundsInScreen logic in ShadowAccessibilityNodeInfo
  • 67a6338 Add additional check for AccessibilityNodeInfo.setQueryFromProcessEnabled
  • Additional commits viewable in compare view

Updates org.mockito:mockito-inline from 5.1.0 to 5.2.0

Release notes

Sourced from org.mockito:mockito-inline's releases.

v5.2.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.0

v5.1.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.1

v5.1.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.0

... (truncated)

Commits
  • 74c811a Make InjectMocks aware of generic types (#2923)
  • fc136e4 Explicitly use UTF-8 in IOUtils (#2935)
  • 9473470 Bump io.github.gradle-nexus:publish-plugin from 1.2.0 to 1.3.0 (#2932)
  • dddeb72 Bump versions.bytebuddy from 1.14.0 to 1.14.1 (#2931)
  • 92ed602 Bump com.google.googlejavaformat:google-java-format from 1.15.0 to 1.16.0 (#2...
  • 19ef24a Bump com.diffplug.spotless from 6.15.0 to 6.16.0 (#2930)
  • 8b96cc1 Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.2.0 (#2924)
  • 4eb275c Make project relocatable by using relative paths in the OSGi test task (#2920)
  • d937334 Bump com.github.ben-manes.versions from 0.45.0 to 0.46.0 (#2922)
  • 60b0e71 Bump versions.bytebuddy from 1.13.0 to 1.14.0 (#2918)
  • Additional commits viewable in compare view

Updates androidx.test:core from 1.4.0 to 1.6.1

Updates org.robolectric:robolectric from 4.12.1 to 4.14.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.14.1 is a minor release that fixes #9732, a regression w...

Description has been truncated

…with 7 updates

Bumps the test-dependencies group with 3 updates in the /packages/camera/camera_android/android directory: [org.mockito:mockito-inline](https://github.com/mockito/mockito), androidx.test:core and [org.robolectric:robolectric](https://github.com/robolectric/robolectric).
Bumps the test-dependencies group with 3 updates in the /packages/camera/camera_android_camerax/android directory: [org.mockito:mockito-inline](https://github.com/mockito/mockito), androidx.test:core and [org.robolectric:robolectric](https://github.com/robolectric/robolectric).
Bumps the test-dependencies group with 3 updates in the /packages/file_selector/file_selector_android/android directory: [org.mockito:mockito-inline](https://github.com/mockito/mockito), androidx.test:core and [org.robolectric:robolectric](https://github.com/robolectric/robolectric).
Bumps the test-dependencies group with 1 update in the /packages/flutter_plugin_android_lifecycle/android directory: [org.mockito:mockito-core](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 5 updates in the /packages/google_maps_flutter/google_maps_flutter_android/android directory:

| Package | From | To |
| --- | --- | --- |
| androidx.test:core | `1.4.0` | `1.6.1` |
| [org.robolectric:robolectric](https://github.com/robolectric/robolectric) | `4.10.3` | `4.14.1` |
| androidx.test:runner | `1.2.0` | `1.6.2` |
| androidx.test:rules | `1.4.0` | `1.6.1` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.1.1` | `5.15.2` |

Bumps the test-dependencies group with 1 update in the /packages/google_sign_in/google_sign_in_android/android directory: [org.mockito:mockito-inline](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 3 updates in the /packages/image_picker/image_picker_android/android directory: androidx.test:core, [org.robolectric:robolectric](https://github.com/robolectric/robolectric) and [org.mockito:mockito-core](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 4 updates in the /packages/in_app_purchase/in_app_purchase_android/android directory: androidx.test:core, [org.robolectric:robolectric](https://github.com/robolectric/robolectric), androidx.test:runner and [org.mockito:mockito-core](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 2 updates in the /packages/interactive_media_ads/android directory: [org.mockito:mockito-inline](https://github.com/mockito/mockito) and androidx.test:core.
Bumps the test-dependencies group with 4 updates in the /packages/local_auth/local_auth_android/android directory: [org.mockito:mockito-inline](https://github.com/mockito/mockito), [org.robolectric:robolectric](https://github.com/robolectric/robolectric), androidx.test:runner and androidx.test:rules.
Bumps the test-dependencies group with 1 update in the /packages/pigeon/platform_tests/alternate_language_test_plugin/android directory: [org.mockito:mockito-core](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 1 update in the /packages/quick_actions/quick_actions_android/android directory: [org.mockito:mockito-core](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 2 updates in the /packages/shared_preferences/shared_preferences_android/android directory: [org.robolectric:robolectric](https://github.com/robolectric/robolectric) and androidx.test:core-ktx.
Bumps the test-dependencies group with 3 updates in the /packages/url_launcher/url_launcher_android/android directory: androidx.test:core, [org.robolectric:robolectric](https://github.com/robolectric/robolectric) and [org.mockito:mockito-core](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 3 updates in the /packages/video_player/video_player_android/android directory: [org.mockito:mockito-inline](https://github.com/mockito/mockito), androidx.test:core and [org.robolectric:robolectric](https://github.com/robolectric/robolectric).
Bumps the test-dependencies group with 2 updates in the /packages/webview_flutter/webview_flutter_android/android directory: [org.mockito:mockito-inline](https://github.com/mockito/mockito) and androidx.test:core.


Updates `org.mockito:mockito-inline` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.0.0...v5.2.0)

Updates `androidx.test:core` from 1.4.0 to 1.6.1

Updates `org.robolectric:robolectric` from 4.10.3 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `org.mockito:mockito-inline` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.0.0...v5.2.0)

Updates `androidx.test:core` from 1.4.0 to 1.6.1

Updates `org.robolectric:robolectric` from 4.10.3 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `org.mockito:mockito-inline` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.0.0...v5.2.0)

Updates `androidx.test:core` from 1.4.0 to 1.6.1

Updates `org.robolectric:robolectric` from 4.12.1 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `org.mockito:mockito-core` from 5.1.1 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.15.2)

Updates `androidx.test:core` from 1.4.0 to 1.6.1

Updates `org.robolectric:robolectric` from 4.10.3 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `androidx.test:runner` from 1.2.0 to 1.6.2

Updates `androidx.test:rules` from 1.4.0 to 1.6.1

Updates `org.mockito:mockito-core` from 5.1.1 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.15.2)

Updates `org.mockito:mockito-inline` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.0.0...v5.2.0)

Updates `androidx.test:core` from 1.4.0 to 1.6.1

Updates `org.robolectric:robolectric` from 4.10.3 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `org.mockito:mockito-core` from 5.1.1 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.15.2)

Updates `androidx.test:core` from 1.5.0 to 1.6.1

Updates `org.robolectric:robolectric` from 4.10.3 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `androidx.test:runner` from 1.5.2 to 1.6.2

Updates `org.mockito:mockito-core` from 5.4.0 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.15.2)

Updates `org.mockito:mockito-inline` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.0.0...v5.2.0)

Updates `androidx.test:core` from 1.4.0 to 1.6.1

Updates `org.mockito:mockito-inline` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.0.0...v5.2.0)

Updates `org.robolectric:robolectric` from 4.10.3 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `androidx.test:runner` from 1.2.0 to 1.6.2

Updates `androidx.test:rules` from 1.2.0 to 1.6.1

Updates `org.mockito:mockito-core` from 5.1.1 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.15.2)

Updates `org.mockito:mockito-core` from 5.0.0 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.15.2)

Updates `org.robolectric:robolectric` from 4.12.1 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `androidx.test:core-ktx` from 1.5.0 to 1.6.1

Updates `androidx.test:core` from 1.4.0 to 1.6.1

Updates `org.robolectric:robolectric` from 4.10.3 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `org.mockito:mockito-core` from 5.1.1 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.15.2)

Updates `org.mockito:mockito-inline` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.0.0...v5.2.0)

Updates `androidx.test:core` from 1.4.0 to 1.6.1

Updates `org.robolectric:robolectric` from 4.10.3 to 4.14.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.14.1)

Updates `org.mockito:mockito-inline` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.0.0...v5.2.0)

Updates `androidx.test:core` from 1.4.0 to 1.6.1

---
updated-dependencies:
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:rules
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:rules
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

auto-submit bot commented Feb 26, 2025

autosubmit label was removed for flutter/packages/8724, because - The status or check suite Linux_android android_platform_tests_shard_3 master has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Feb 26, 2025
@stuartmorgan
Copy link
Contributor

This is odd; two plugins—but only those two, image_picker_android and file_selector_android—have this error:

.../transformed/jetified-robolectric-4.14.1.jar(/org/robolectric/Robolectric.class): warning: Cannot find annotation method 'api()' in type 'RequiresApi': class file for android.annotation.RequiresApi not found
error: warnings found and -Werror specified

I can't find any references to this online, and I'm not sure why it's only showing up for a subset of our plugins that use robolectric.

@stuartmorgan stuartmorgan added the triage-android Should be looked at in Android triage label Feb 27, 2025
@stuartmorgan
Copy link
Contributor

@reidbaker The triage-android was to see if someone on the Android team could look at #8724 (comment)

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 28, 2025
@dependabot dependabot bot deleted the dependabot/gradle/packages/camera/camera_android/android/test-dependencies-626586ff39 branch February 28, 2025 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants