From 5164c431b21a496bcbb5fd005709acc979052bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:39:59 +0300 Subject: [PATCH] Bump hilt from 2.48 to 2.48.1 (#167) Bumps `hilt` from 2.48 to 2.48.1. Updates `com.google.dagger:hilt-android` from 2.48 to 2.48.1 - [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.48...dagger-2.48.1) Updates `com.google.dagger:hilt-compiler` from 2.48 to 2.48.1 - [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.48...dagger-2.48.1) Updates `com.google.dagger.hilt.android` from 2.48 to 2.48.1 - [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.48...dagger-2.48.1) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger.hilt.android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 f22e5fade..f9e42e0a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ play-core-ktx = "1.8.1" accompanist = "0.30.1" material = "1.9.0" material-compose-theme-adapter = "1.2.1" -hilt = "2.48" +hilt = "2.48.1" androidx-compose-foundation = "1.5.2" androidx-compose-runtime = "1.5.2" androidx-compose-ui = "1.5.2"