From 6762137fd60c3b400ca38a4a53b6bf51a085fef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:16:46 +0000 Subject: [PATCH] Bump hilt_version from 2.56 to 2.56.1 Bumps `hilt_version` from 2.56 to 2.56.1. Updates `com.google.dagger:hilt-android` from 2.56 to 2.56.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.56...dagger-2.56.1) Updates `com.google.dagger:hilt-compiler` from 2.56 to 2.56.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.56...dagger-2.56.1) Updates `com.google.dagger:hilt-android-testing` from 2.56 to 2.56.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.56...dagger-2.56.1) Updates `com.google.dagger:hilt-android-compiler` from 2.56 to 2.56.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.56...dagger-2.56.1) Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.56 to 2.56.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.56...dagger-2.56.1) Updates `com.google.dagger.hilt.android` from 2.56 to 2.56.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.56...dagger-2.56.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-testing 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-gradle-plugin 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 ab368c8daf..d843fab9ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ androidx_annotation_version = "1.9.1" androidx_arch_core_version = "2.2.0" matertial_version = "1.12.0" -hilt_version = "2.56" +hilt_version = "2.56.1" hilt_androidx_version = "1.2.0" play_base_services_version = "18.6.0"