From f7790d5697a9507b1ea994dc65b78df88b34bdb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:48:58 +0200 Subject: [PATCH] Bump androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1 (#146) Bumps androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- adobecolor/build.gradle | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adobecolor/build.gradle b/adobecolor/build.gradle index 7d21fa5..e98a50d 100644 --- a/adobecolor/build.gradle +++ b/adobecolor/build.gradle @@ -51,7 +51,7 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } dokkaHtml.configure { diff --git a/app/build.gradle b/app/build.gradle index db40df6..2afc55e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,5 +51,5 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } \ No newline at end of file