Skip to content

Commit e87c665

Browse files
fix(deps): update dependency androidx.test.ext:junit to v1.2.1 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a9022e commit e87c665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ dependencies {
5353
implementation 'androidx.appcompat:appcompat:1.6.1'
5454
implementation 'com.google.android.material:material:1.11.0'
5555
testImplementation 'junit:junit:4.13.2'
56-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
56+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
5757
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5858
}

0 commit comments

Comments
 (0)