From 1477f0e14fdb5873f6c026721b3749dd4c6527af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:48:41 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-android-gradle-plugin from 2.44.2 to 2.48.1 Bumps [com.google.dagger:hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.44.2 to 2.48.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.44.2...dagger-2.48.1) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd3db4d..9b701ed 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { dependencies { - classpath 'com.google.dagger:hilt-android-gradle-plugin:2.44.2' + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.48.1' } } plugins {