Update dagger.hilt to v2.54 (#3200)

* Update dagger.hilt to v2.54

* Update dependency diffs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/3203/head
renovate[bot] 12 months ago committed by GitHub
parent 2768013250
commit 80356292eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1071,14 +1071,14 @@
++--- org.dmfs:lib-recur:0.11.4
+| \--- org.dmfs:rfc5545-datetime:0.2.4
++--- org.dmfs:jems:1.33
++--- com.google.dagger:hilt-android:2.53.1
+| +--- com.google.dagger:dagger:2.53.1
++--- com.google.dagger:hilt-android:2.54
+| +--- com.google.dagger:dagger:2.54
+| | +--- jakarta.inject:jakarta.inject-api:2.0.1
+| | +--- javax.inject:javax.inject:1
+| | \--- org.jspecify:jspecify:1.0.0
+| +--- com.google.dagger:dagger-lint-aar:2.53.1
+| +--- com.google.dagger:hilt-core:2.53.1
+| | +--- com.google.dagger:dagger:2.53.1 (*)
+| +--- com.google.dagger:dagger-lint-aar:2.54
+| +--- com.google.dagger:hilt-core:2.54
+| | +--- com.google.dagger:dagger:2.54 (*)
+| | \--- javax.inject:javax.inject:1
+| +--- androidx.activity:activity:1.5.1 -> 1.9.3 (*)
+| +--- androidx.annotation:annotation:1.3.0 -> 1.8.1 (*)
@ -1093,7 +1093,7 @@
++--- androidx.hilt:hilt-work:1.2.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.8.1 (*)
+| +--- androidx.hilt:hilt-common:1.2.0
+| | \--- com.google.dagger:hilt-core:2.49 -> 2.53.1 (*)
+| | \--- com.google.dagger:hilt-core:2.49 -> 2.54 (*)
+| +--- androidx.work:work-runtime:2.3.4 -> 2.10.0
+| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | +--- androidx.concurrent:concurrent-futures-ktx:1.1.0
@ -1121,7 +1121,7 @@
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.8.1 (*)
+| | +--- androidx.work:work-runtime-ktx:2.10.0 (c)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c)
+| \--- com.google.dagger:hilt-android:2.49 -> 2.53.1 (*)
+| \--- com.google.dagger:hilt-android:2.49 -> 2.54 (*)
++--- androidx.datastore:datastore-preferences:1.1.1 (*)
++--- androidx.fragment:fragment-ktx:1.8.5
+| +--- androidx.activity:activity-ktx:1.8.1 -> 1.9.3 (*)

@ -1423,14 +1423,14 @@
++--- org.dmfs:lib-recur:0.11.4
+| \--- org.dmfs:rfc5545-datetime:0.2.4
++--- org.dmfs:jems:1.33
++--- com.google.dagger:hilt-android:2.53.1
+| +--- com.google.dagger:dagger:2.53.1
++--- com.google.dagger:hilt-android:2.54
+| +--- com.google.dagger:dagger:2.54
+| | +--- jakarta.inject:jakarta.inject-api:2.0.1
+| | +--- javax.inject:javax.inject:1
+| | \--- org.jspecify:jspecify:1.0.0
+| +--- com.google.dagger:dagger-lint-aar:2.53.1
+| +--- com.google.dagger:hilt-core:2.53.1
+| | +--- com.google.dagger:dagger:2.53.1 (*)
+| +--- com.google.dagger:dagger-lint-aar:2.54
+| +--- com.google.dagger:hilt-core:2.54
+| | +--- com.google.dagger:dagger:2.54 (*)
+| | \--- javax.inject:javax.inject:1
+| +--- androidx.activity:activity:1.5.1 -> 1.9.3 (*)
+| +--- androidx.annotation:annotation:1.3.0 -> 1.9.0 (*)
@ -1445,7 +1445,7 @@
++--- androidx.hilt:hilt-work:1.2.0
+| +--- androidx.annotation:annotation:1.1.0 -> 1.9.0 (*)
+| +--- androidx.hilt:hilt-common:1.2.0
+| | \--- com.google.dagger:hilt-core:2.49 -> 2.53.1 (*)
+| | \--- com.google.dagger:hilt-core:2.49 -> 2.54 (*)
+| +--- androidx.work:work-runtime:2.3.4 -> 2.10.0
+| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | +--- androidx.concurrent:concurrent-futures-ktx:1.1.0 (*)
@ -1470,7 +1470,7 @@
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.8.1 (*)
+| | +--- androidx.work:work-runtime-ktx:2.10.0 (c)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.0 (c)
+| \--- com.google.dagger:hilt-android:2.49 -> 2.53.1 (*)
+| \--- com.google.dagger:hilt-android:2.49 -> 2.54 (*)
++--- androidx.datastore:datastore-preferences:1.1.1 (*)
++--- androidx.fragment:fragment-ktx:1.8.5
+| +--- androidx.activity:activity-ktx:1.8.1 -> 1.9.3 (*)

@ -14,7 +14,7 @@ coil = "2.7.0"
colorpicker = "0.0.15"
compose = "2024.11.00"
constraintlayout = "2.2.0"
dagger-hilt = "2.53.1"
dagger-hilt = "2.54"
dashclock-api = "2.0.0"
dav4jvm = "2.2.1"
desugar_jdk_libs = "2.1.3"

Loading…
Cancel
Save