Skip to content

Commit 5964977

Browse files
Bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1
Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e374fbe commit 5964977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
3939
testImplementation("junit:junit:4.13.2")
4040
androidTestImplementation("androidx.test.ext:junit:1.2.1")
41-
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
41+
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
4242
implementation("com.github.techinessoverloaded:progress-dialog:$progressVersion")
4343
}
4444
repositories {

progressdialoglibrary/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
5959
testImplementation("junit:junit:4.13.2")
6060
androidTestImplementation("androidx.test.ext:junit:1.2.1")
61-
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
61+
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
6262
}
6363
repositories {
6464
mavenCentral()

0 commit comments

Comments
 (0)