1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-04-22 10:52:13 +00:00

build: bump com.google.dagger:hilt-compiler from 2.45 to 2.48.1 in /app

Bumps [com.google.dagger:hilt-compiler](https://github.com/google/dagger) from 2.45 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.45...dagger-2.48.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-04 11:00:04 +00:00 committed by GitHub
parent ef680f0139
commit 679be09950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ dependencies {
// Hilt
implementation("com.google.dagger:hilt-android:2.44.2")
kapt("com.google.dagger:hilt-compiler:2.45")
kapt("com.google.dagger:hilt-compiler:2.48.1")
// ROOM
implementation("androidx.room:room-runtime:2.5.0")