From f807bc3df6c9329813675773c86a636fd606a347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:15:54 +0000 Subject: [PATCH] Bump the hilt group with 5 updates Bumps the hilt group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.google.dagger:hilt-core](https://github.com/google/dagger) | `2.51.1` | `2.52` | | [com.google.dagger:hilt-android](https://github.com/google/dagger) | `2.51.1` | `2.52` | | [com.google.dagger:hilt-android-compiler](https://github.com/google/dagger) | `2.51.1` | `2.52` | | [com.google.dagger:hilt-android-testing](https://github.com/google/dagger) | `2.51.1` | `2.52` | | [com.google.dagger.hilt.android](https://github.com/google/dagger) | `2.51.1` | `2.52` | Updates `com.google.dagger:hilt-core` from 2.51.1 to 2.52 - [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.51.1...dagger-2.52) Updates `com.google.dagger:hilt-android` from 2.51.1 to 2.52 - [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.51.1...dagger-2.52) Updates `com.google.dagger:hilt-android-compiler` from 2.51.1 to 2.52 - [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.51.1...dagger-2.52) Updates `com.google.dagger:hilt-android-testing` from 2.51.1 to 2.52 - [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.51.1...dagger-2.52) Updates `com.google.dagger.hilt.android` from 2.51.1 to 2.52 - [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.51.1...dagger-2.52) Updates `com.google.dagger:hilt-android` from 2.51.1 to 2.52 - [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.51.1...dagger-2.52) Updates `com.google.dagger:hilt-android-compiler` from 2.51.1 to 2.52 - [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.51.1...dagger-2.52) Updates `com.google.dagger:hilt-android-testing` from 2.51.1 to 2.52 - [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.51.1...dagger-2.52) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger:hilt-android-compiler dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger:hilt-android-testing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger.hilt.android dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger:hilt-android-compiler dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt - dependency-name: com.google.dagger:hilt-android-testing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hilt ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c7afb18..8e17261 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ android = "8.4.1" kotlin = "2.0.0" ksp = "2.0.0-1.0.21" -hilt = "2.51.1" +hilt = "2.52" javapoet = "1.13.0" kotlinpoet = "1.17.0" picasso = "2.8"