Skip to content

Commit d211352

Browse files
authored
Merge pull request #1447 from android/dependabot/gradle/hilt-2.51.1
Bump hilt from 2.51 to 2.51.1
2 parents d7873d1 + a161109 commit d211352

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

app-nia-catalog/dependencies/releaseRuntimeClasspath.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ androidx.window:window-core:1.3.0-beta01
9696
androidx.window:window:1.3.0-beta01
9797
com.google.accompanist:accompanist-drawablepainter:0.32.0
9898
com.google.code.findbugs:jsr305:3.0.2
99-
com.google.dagger:dagger-lint-aar:2.51
100-
com.google.dagger:dagger:2.51
101-
com.google.dagger:hilt-android:2.51
102-
com.google.dagger:hilt-core:2.51
99+
com.google.dagger:dagger-lint-aar:2.51.1
100+
com.google.dagger:dagger:2.51.1
101+
com.google.dagger:hilt-android:2.51.1
102+
com.google.dagger:hilt-core:2.51.1
103103
com.google.guava:listenablefuture:1.0
104104
com.squareup.okhttp3:okhttp:4.12.0
105105
com.squareup.okio:okio-jvm:3.8.0

app/dependencies/prodReleaseRuntimeClasspath.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ com.google.android.gms:play-services-oss-licenses:17.0.1
157157
com.google.android.gms:play-services-stats:17.0.2
158158
com.google.android.gms:play-services-tasks:18.0.2
159159
com.google.code.findbugs:jsr305:3.0.2
160-
com.google.dagger:dagger-lint-aar:2.51
161-
com.google.dagger:dagger:2.51
162-
com.google.dagger:hilt-android:2.51
163-
com.google.dagger:hilt-core:2.51
160+
com.google.dagger:dagger-lint-aar:2.51.1
161+
com.google.dagger:dagger:2.51.1
162+
com.google.dagger:hilt-android:2.51.1
163+
com.google.dagger:hilt-core:2.51.1
164164
com.google.errorprone:error_prone_annotations:2.11.0
165165
com.google.firebase:firebase-abt:21.1.1
166166
com.google.firebase:firebase-analytics-ktx:21.4.0

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ firebasePerfPlugin = "1.4.2"
3939
gmsPlugin = "4.4.1"
4040
googleOss = "17.0.1"
4141
googleOssPlugin = "0.10.6"
42-
hilt = "2.51"
42+
hilt = "2.51.1"
4343
hiltExt = "1.1.0"
4444
jacoco = "0.8.7"
4545
junit4 = "4.13.2"

0 commit comments

Comments
 (0)