From 3560ac5c1e4ed06b19ebb5ded7d8167d8b8ee9b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:41:32 -0400 Subject: [PATCH] Update dependency androidx.collection:collection to v1.4.2 (#174) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 98ad2dd..22f98e4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ androidx-lifecycle = "2.8.3" androidx-activityCompose = "1.9.0" androidx-startup = "1.1.1" androidx-annotation = "1.8.0" -androidx-collection = "1.4.0" +androidx-collection = "1.4.2" androidx-test-junit = "1.2.1" androidx-test-runner = "1.5.2" androidx-test-rules = "1.6.1"