diff --git a/android/app/build.gradle b/android/app/build.gradle index 2ac5b63a09..26d681eb53 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -100,5 +100,5 @@ dependencies { implementation 'androidx.work:work-runtime-ktx:2.7.0' implementation 'com.android.support:multidex:1.0.3' implementation 'androidx.window:window:1.0.0' - androidTestUtil "androidx.test:orchestrator:1.5.0" + androidTestUtil "androidx.test:orchestrator:1.5.1" } diff --git a/pubspec.lock b/pubspec.lock index e92181aecb..f5b0f85c6e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1533,10 +1533,10 @@ packages: dependency: "direct dev" description: name: patrol - sha256: ef07b0022f6eabee77655a3cde2364ff57cf22c29018d524476e972a5476724f + sha256: "6ac5e239384282da389a6b78d68aa86d8760ad8d5481d665937c4eb586c0b3dc" url: "https://pub.dev" source: hosted - version: "3.11.1" + version: "3.11.0" patrol_finders: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3c96165502..0e1e565f88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -283,7 +283,7 @@ dev_dependencies: http_mock_adapter: 0.4.2 - patrol: 3.11.1 + patrol: 3.11.0 plugin_platform_interface: 2.1.8