Skip to content

Commit b8fccca

Browse files
fix(deps): update dependency androidx.test.ext:junit to v1.3.0
1 parent 90ef413 commit b8fccca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ androidx-collection = { module = "androidx.collection:collection", version = "1.
1111
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
1212
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.16.0" }
1313
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
14-
androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
14+
androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.3.0" }
1515
androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
1616
desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.5" }
1717
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.10.2" }

0 commit comments

Comments
 (0)