From a65f80c081cc728c497be45a23303606e2737849 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:53:15 +0000 Subject: [PATCH] fix(deps): update dependency androidx.collection:collection to v1.4.5 --- 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 7ef6bd2a..29861da5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidxAnnotation = "1.8.2" [libraries] androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidxAnnotation" } -androidx-collection = { module = "androidx.collection:collection", version = "1.4.4" } +androidx-collection = { module = "androidx.collection:collection", version = "1.4.5" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }