From 24a54ce21481616b2bd45d11ffacb358ad1e241e Mon Sep 17 00:00:00 2001 From: David Perez Date: Tue, 30 Sep 2025 12:20:15 -0500 Subject: [PATCH] Update hilt to v2.57.2 (#5961) --- 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 a24b35a84a..d8eabc03da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ googleProtoBufJava = "4.32.1" googleProtoBufPlugin = "0.9.5" googleServices = "4.4.3" googleReview = "2.0.2" -hilt = "2.57.1" +hilt = "2.57.2" junit5 = "5.13.4" jvmTarget = "21" # kotlin and ksp **must** use compatible versions, do not update either without the other.