Update Hilt to v2.57.1 (#5826)

This commit is contained in:
David Perez 2025-09-03 15:09:57 -05:00 committed by GitHub
parent 249e1d3a5c
commit a7d0d6844d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ googleProtoBufJava = "4.31.1"
googleProtoBufPlugin = "0.9.5"
googleServices = "4.4.3"
googleReview = "2.0.2"
hilt = "2.57"
hilt = "2.57.1"
junit5 = "5.13.4"
jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.