From 0cdcce18f50bc9eb118128fded45291b9ca51bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:10:16 +0000 Subject: [PATCH] build: Bump hilt from 2.53.1 to 2.54 Bumps `hilt` from 2.53.1 to 2.54. Updates `com.google.dagger:hilt-android` from 2.53.1 to 2.54 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.53.1...dagger-2.54) Updates `com.google.dagger:hilt-compiler` from 2.53.1 to 2.54 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.53.1...dagger-2.54) Updates `com.google.dagger.hilt.android` from 2.53.1 to 2.54 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.53.1...dagger-2.54) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.dagger.hilt.android dependency-type: direct:production update-type: version-update:semver-minor ... 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 044662f0..c494d45c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.1.0" ksp = "2.1.0-1.0.29" agp = "8.7.3" -hilt = "2.53.1" +hilt = "2.54" compose-bom = "2024.12.01" # https://google.github.io/accompanist accompanist = "0.37.0"