Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test:runner to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 3, 2023
1 parent ae07130 commit 062f43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -6,7 +6,7 @@ ktlint = "0.42.1"
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "4.2.2" }
android-desugar-jdk-libs = { module = "com.android.tools:desugar_jdk_libs", version = "1.1.5" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.3" }
androidx-test-runner = { module = "androidx.test:runner", version = "1.4.0" }
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.1" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" }
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
kotlin-time = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.4.0" }
Expand Down

0 comments on commit 062f43c

Please sign in to comment.