aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-07 10:07:39 +0530
committerGitHub <noreply@github.com>2021-12-07 10:07:39 +0530
commit720d489fd261941a4b81f6c90f40db3aa238bba8 (patch)
treee0f9f77358ff4dfd3ddbb39740d25f55c5770104
parent5afb31f59e89c8435d40fa50a300d8b7f0d0746e (diff)
build(deps): bump hilt-core from 2.40.4 to 2.40.5 (#1576)
* build(deps): bump hilt-core from 2.40.4 to 2.40.5 Bumps [hilt-core](https://github.com/google/dagger) from 2.40.4 to 2.40.5. - [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.40.4...dagger-2.40.5) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * sync dependency definitions Signed-off-by: GitHub Actions <actions@github.com> * sync dependency definitions Signed-off-by: GitHub Actions <actions@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: msfjarvis <msfjarvis@users.noreply.github.com>
-rw-r--r--dependency-sync/build.gradle.kts6
-rw-r--r--gradle/libs.versions.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts
index 1bca9842..548c9588 100644
--- a/dependency-sync/build.gradle.kts
+++ b/dependency-sync/build.gradle.kts
@@ -58,9 +58,9 @@ dependencies {
dependencySync("androidx.compose.ui:ui-viewbinding:1.1.0-beta04")
// Dagger/Hilt dependencies
- dependencySync("com.google.dagger:hilt-android:2.40.4")
- dependencySync("com.google.dagger:hilt-compiler:2.40.4")
- dependencySync("com.google.dagger:hilt-core:2.40.4")
+ dependencySync("com.google.dagger:hilt-android:2.40.5")
+ dependencySync("com.google.dagger:hilt-compiler:2.40.5")
+ dependencySync("com.google.dagger:hilt-core:2.40.5")
// Desugaring
dependencySync("com.android.tools:desugar_jdk_libs:1.1.5")
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 135a1e8c..822aa2a8 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -6,7 +6,7 @@ compose = "1.1.0-beta04"
composeSnapshot = "-"
coroutines = "1.6.0-RC"
flowbinding = "1.2.0"
-hilt = "2.40.4"
+hilt = "2.40.5"
kotlin = "1.6.0"
lifecycle = "2.4.0"