Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] a0c72d3972 chore(deps): bump hiltAndroid from 2.56.1 to 2.56.2
Bumps `hiltAndroid` from 2.56.1 to 2.56.2.

Updates `com.google.dagger:hilt-android` from 2.56.1 to 2.56.2
- [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.56.1...dagger-2.56.2)

Updates `com.google.dagger:hilt-android-compiler` from 2.56.1 to 2.56.2
- [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.56.1...dagger-2.56.2)

Updates `com.google.dagger.hilt.android` from 2.56.1 to 2.56.2
- [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.56.1...dagger-2.56.2)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android
  dependency-version: 2.56.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger:hilt-android-compiler
  dependency-version: 2.56.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger.hilt.android
  dependency-version: 2.56.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-17 13:12:31 +00:00
+1 -1
View File
@@ -9,7 +9,7 @@ coreKtx = "1.16.0"
datastorePreferences = "1.1.4"
desugar_jdk_libs = "2.1.5"
espressoCore = "3.6.1"
hiltAndroid = "2.56.1"
hiltAndroid = "2.56.2"
hiltCompiler = "1.2.0"
junit = "4.13.2"
kotlinx-serialization-json = "1.8.1"