From 956ef9d5d550e198d11c28e1b3655a6e7a1fa9fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:12:53 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.6.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"