Skip to content

Commit 09a058d

Browse files
committed
[Internal][Gradle] (deps): Bump com.google.dagger:dagger-android from 2.46.1 to 2.47 in /catalog
Resolves #3498 Resolves #3497 Resolves #3496 PiperOrigin-RevId: 555233563
1 parent 8204856 commit 09a058d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

catalog/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ dependencies {
55
// Align kotlin versions
66
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
77

8-
api 'com.google.dagger:dagger:2.46.1'
9-
annotationProcessor 'com.google.dagger:dagger-compiler:2.46.1'
8+
api 'com.google.dagger:dagger:2.47'
9+
annotationProcessor 'com.google.dagger:dagger-compiler:2.47'
1010

11-
api 'com.google.dagger:dagger-android:2.46.1'
12-
api 'com.google.dagger:dagger-android-support:2.46.1'
13-
annotationProcessor 'com.google.dagger:dagger-android-processor:2.46.1'
11+
api 'com.google.dagger:dagger-android:2.47'
12+
api 'com.google.dagger:dagger-android-support:2.47'
13+
annotationProcessor 'com.google.dagger:dagger-android-processor:2.47'
1414

1515
api 'androidx.multidex:multidex:2.0.1'
1616
api 'androidx.constraintlayout:constraintlayout:2.1.0'

0 commit comments

Comments
 (0)