Skip to content

Commit 14c1beb

Browse files
fix(deps): update dependency androidx.compose.ui:ui-test-junit4 to v1.11.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f247964 commit 14c1beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ dependencies {
351351

352352
// tests
353353
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
354-
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.11.1")
354+
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.11.2")
355355
debugImplementation("androidx.compose.ui:ui-test-manifest")
356356

357357
testImplementation("junit:junit:4.13.2")

0 commit comments

Comments
 (0)