diff --git a/app/build.gradle b/app/build.gradle index 08019573a..406c8c6e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,8 +91,8 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' implementation 'androidx.activity:activity-compose:1.5.1' - implementation "com.google.dagger:dagger:2.42" - kapt "com.google.dagger:dagger-compiler:2.42" + implementation "com.google.dagger:dagger:2.48.1" + kapt "com.google.dagger:dagger-compiler:2.48.1" implementation "androidx.room:room-runtime:2.5.1" implementation "androidx.room:room-ktx:2.5.1"