From 0688848f19ee393af7ee530a47824b892b30a086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:22:58 -0700 Subject: [PATCH] chore(deps): bump com.google.dagger:hilt-android-gradle-plugin (#733) Bumps [com.google.dagger:hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.50 to 2.51. - [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.50...dagger-2.51) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/example-clientlib-ktx-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-clientlib-ktx-app/build.gradle b/examples/example-clientlib-ktx-app/build.gradle index 8e2bc1bef..6d0d6d29b 100644 --- a/examples/example-clientlib-ktx-app/build.gradle +++ b/examples/example-clientlib-ktx-app/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath "com.google.dagger:hilt-android-gradle-plugin:2.50" + classpath "com.google.dagger:hilt-android-gradle-plugin:2.51" } }