From 78c9e4376875f57dc3dc455217316d45f8769a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:57:27 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-compiler from 2.44.2 to 2.48 Bumps [com.google.dagger:hilt-compiler](https://github.com/google/dagger) from 2.44.2 to 2.48. - [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.44.2...dagger-2.48) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea9447e..d51414e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { //Hilt implementation "com.google.dagger:hilt-android:2.44.2" - kapt "com.google.dagger:hilt-compiler:2.44.2" + kapt "com.google.dagger:hilt-compiler:2.48" //Timber implementation 'com.jakewharton.timber:timber:5.0.1'