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 8 updates #8842

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 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
org.mockito:mockito-core 5.1.1 5.16.0
androidx.test:runner 1.2.0 1.6.2
androidx.test:rules 1.4.0 1.6.1

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, org.mockito:mockito-core and androidx.test:runner.
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 3 updates in the /packages/shared_preferences/shared_preferences_android/android directory: org.robolectric:robolectric, androidx.test:core-ktx and io.mockk:mockk.
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

@dependabot dependabot bot requested a review from bparrishMines as a code owner March 10, 2025 09:12
@dependabot dependabot bot added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 10, 2025
Copy link
Contributor

auto-submit bot commented Mar 10, 2025

autosubmit label was removed for flutter/packages/8842, because - The status or check suite Linux dart_unit_test_shard_1 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 Mar 10, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/packages/camera/camera_android/android/test-dependencies-17a9c420d8 branch 2 times, most recently from e73ac96 to a51643b Compare March 24, 2025 09:31
@dependabot dependabot bot force-pushed the dependabot/gradle/packages/camera/camera_android/android/test-dependencies-17a9c420d8 branch from a51643b to 7620768 Compare March 31, 2025 09:12
@matanlurey matanlurey removed their request for review April 2, 2025 15:30
…with 8 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` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.1.1` | `5.16.0` |
| androidx.test:runner | `1.2.0` | `1.6.2` |
| androidx.test:rules | `1.4.0` | `1.6.1` |

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), [org.mockito:mockito-core](https://github.com/mockito/mockito) and androidx.test:runner.
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 3 updates in the /packages/shared_preferences/shared_preferences_android/android directory: [org.robolectric:robolectric](https://github.com/robolectric/robolectric), androidx.test:core-ktx and [io.mockk:mockk](https://github.com/mockk/mockk).
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.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.16.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.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.16.0)

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-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.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.16.0)

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 `org.mockito:mockito-core` from 5.4.0 to 5.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.16.0)

Updates `androidx.test:runner` from 1.5.2 to 1.6.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.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.16.0)

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

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 `io.mockk:mockk` from 1.13.16 to 1.13.17
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.16...1.13.17)

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.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.1...v5.16.0)

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: org.mockito:mockito-core
  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-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: org.mockito:mockito-core
  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-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: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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]>
@dependabot dependabot bot force-pushed the dependabot/gradle/packages/camera/camera_android/android/test-dependencies-17a9c420d8 branch from 7620768 to 7b04260 Compare April 7, 2025 09:21
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.

2 participants