From 88cdde493ce894e0429e35f5cfc7f6950b66de3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:03:38 +0000 Subject: [PATCH] chore(deps): update hilt to v2.52 --- 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 4343287..7345240 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ android = "8.5.0" kotlin = "2.0.0" sonarqube = "5.1.0.4882" -hilt = "2.51.1" +hilt = "2.52" ksp = "2.0.0-1.0.22" kotlinx-coroutines = "1.8.1" junit = "4.13.2"