From c503b72344efb416a17ff24935b403fb1f14280c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:30:39 +0000 Subject: [PATCH] chore(deps): bump hilt from 2.48 to 2.48.1 (#2398) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamil Medina Co-authored-by: Oussama Hassine --- 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 307486d3c3..1d68f99db1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ compose-navigation = "2.7.3" # adjusted to work with compose-destinations "1.9.5 compose-destinations = "1.9.54" # Hilt -hilt = "2.48" +hilt = "2.48.1" hilt-composeNavigation = "1.0.0" hilt-work = "1.0.0"