diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 50d753237..5c31ca802 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0 androidx-compose = { module = "androidx.activity:activity-compose", version = "1.9.0" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } -androidx-test-runner = { module = "androidx.test:runner", version = "1.6.0" } +androidx-test-runner = { module = "androidx.test:runner", version = "1.6.1" } asm = { module = "org.ow2.asm:asm", version.ref = "asm" } assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" } assertk = "com.willowtreeapps.assertk:assertk:0.28.1"