From e5b0caf6db1e33fd1330b6205bd9f151dc9e0fbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:23:50 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.6.2 --- .../android/build_gradle_processor_test/build_expected.gradle | 2 +- .../android/build_gradle_processor_test/build_idempotent.gradle | 2 +- .../build_gradle_processor_test/build_malformed_1.gradle | 2 +- .../build_gradle_processor_test/build_malformed_2.gradle | 2 +- .../build_gradle_processor_test/build_malformed_3.gradle | 2 +- .../android/build_gradle_processor_test/build_original.gradle | 2 +- .../build_gradle_processor_test/build_with_variables.gradle | 2 +- .../build_expected.gradle | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test_resources/android/build_gradle_processor_test/build_expected.gradle b/test_resources/android/build_gradle_processor_test/build_expected.gradle index c7e42e1..9ab2f14 100644 --- a/test_resources/android/build_gradle_processor_test/build_expected.gradle +++ b/test_resources/android/build_gradle_processor_test/build_expected.gradle @@ -87,7 +87,7 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/test_resources/android/build_gradle_processor_test/build_idempotent.gradle b/test_resources/android/build_gradle_processor_test/build_idempotent.gradle index 6b550dc..0b8a53b 100644 --- a/test_resources/android/build_gradle_processor_test/build_idempotent.gradle +++ b/test_resources/android/build_gradle_processor_test/build_idempotent.gradle @@ -82,6 +82,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/test_resources/android/build_gradle_processor_test/build_malformed_1.gradle b/test_resources/android/build_gradle_processor_test/build_malformed_1.gradle index 033db74..1c6bfdd 100644 --- a/test_resources/android/build_gradle_processor_test/build_malformed_1.gradle +++ b/test_resources/android/build_gradle_processor_test/build_malformed_1.gradle @@ -80,6 +80,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/test_resources/android/build_gradle_processor_test/build_malformed_2.gradle b/test_resources/android/build_gradle_processor_test/build_malformed_2.gradle index aaae496..404ad0f 100644 --- a/test_resources/android/build_gradle_processor_test/build_malformed_2.gradle +++ b/test_resources/android/build_gradle_processor_test/build_malformed_2.gradle @@ -81,6 +81,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/test_resources/android/build_gradle_processor_test/build_malformed_3.gradle b/test_resources/android/build_gradle_processor_test/build_malformed_3.gradle index 31c8690..6ce6eed 100644 --- a/test_resources/android/build_gradle_processor_test/build_malformed_3.gradle +++ b/test_resources/android/build_gradle_processor_test/build_malformed_3.gradle @@ -81,6 +81,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/test_resources/android/build_gradle_processor_test/build_original.gradle b/test_resources/android/build_gradle_processor_test/build_original.gradle index 1f36c2c..b84f89d 100644 --- a/test_resources/android/build_gradle_processor_test/build_original.gradle +++ b/test_resources/android/build_gradle_processor_test/build_original.gradle @@ -64,6 +64,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/test_resources/android/build_gradle_processor_test/build_with_variables.gradle b/test_resources/android/build_gradle_processor_test/build_with_variables.gradle index 1f36c2c..b84f89d 100644 --- a/test_resources/android/build_gradle_processor_test/build_with_variables.gradle +++ b/test_resources/android/build_gradle_processor_test/build_with_variables.gradle @@ -64,6 +64,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/test_resources/android/build_gradle_processor_with_custom_config_test/build_expected.gradle b/test_resources/android/build_gradle_processor_with_custom_config_test/build_expected.gradle index a883883..a2acdb6 100644 --- a/test_resources/android/build_gradle_processor_with_custom_config_test/build_expected.gradle +++ b/test_resources/android/build_gradle_processor_with_custom_config_test/build_expected.gradle @@ -95,7 +95,7 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.5.2' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' }