From 4f91543677b683815709e2ac2a969e6f2ad7dfde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:14:05 +0000 Subject: [PATCH] Bump hilt from 2.53 to 2.53.1 Bumps `hilt` from 2.53 to 2.53.1. Updates `com.google.dagger:hilt-android` from 2.53 to 2.53.1 - [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...dagger-2.53.1) Updates `com.google.dagger:hilt-compiler` from 2.53 to 2.53.1 - [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...dagger-2.53.1) Updates `com.google.dagger:hilt-android-compiler` from 2.53 to 2.53.1 - [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...dagger-2.53.1) Updates `com.google.dagger:hilt-android-testing` from 2.53 to 2.53.1 - [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...dagger-2.53.1) Updates `com.google.dagger.hilt.android` from 2.53 to 2.53.1 - [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...dagger-2.53.1) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:hilt-android-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:hilt-android-testing dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger.hilt.android dependency-type: direct:production update-type: version-update:semver-patch ... 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 b68fbaf0..ab941a4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] gradle = "8.7.3" kotlin = "2.1.0" -hilt = "2.53" +hilt = "2.53.1" compose-bom = "2024.12.01" core-ktx = "1.15.0" kotlinxCoroutines = "1.9.0"