diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7ff986d29fc..26bae2d881b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -183,7 +183,7 @@ protoc = { module = "com.google.protobuf:protoc", version.ref = "protoc" } androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test-core" } androidx-test-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-junit" } androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test-core" } -androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" } +androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" } androidx-test-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-truth" } junit = { module = "junit:junit", version = "4.13.2" } kotest-assertions = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }