diff --git a/android/app/build.gradle b/android/app/build.gradle index 2ac5b63a0..26d681eb5 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 18578f728..6c1bc2813 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1524,10 +1524,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 29fe75fdc..71721246e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -275,7 +275,7 @@ dev_dependencies: http_mock_adapter: 0.4.2 - patrol: 3.11.1 + patrol: 3.11.0 plugin_platform_interface: 2.1.8