From 859ab73909122bfb89c4982dcc74b5dacd8df812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:43:23 +0000 Subject: [PATCH] chore(deps): Bump androidx.hilt:hilt-navigation-compose Bumps the hilt group with 1 update: androidx.hilt:hilt-navigation-compose. Updates `androidx.hilt:hilt-navigation-compose` from 1.2.0 to 1.3.0 --- updated-dependencies: - dependency-name: androidx.hilt:hilt-navigation-compose dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt ... Signed-off-by: dependabot[bot] --- 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 1e6d02f..188a641 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ navigationCompose = "2.9.7" coroutines = "1.10.2" hilt = "2.59.2" -hiltNavigationCompose = "1.2.0" +hiltNavigationCompose = "1.3.0" hiltWork = "1.3.0" work = "2.10.5"