From 151db9218f939ba44c1edf58231bcadbcb6099b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:51:50 +0000 Subject: [PATCH] Bump hiltCompiler from 2.49 to 2.51.1 Bumps `hiltCompiler` from 2.49 to 2.51.1. Updates `com.google.dagger:hilt-android` from 2.49 to 2.51.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.49...dagger-2.51.1) Updates `com.google.dagger:hilt-compiler` from 2.49 to 2.51.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.49...dagger-2.51.1) Updates `com.google.dagger.hilt.android` from 2.49 to 2.51.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.49...dagger-2.51.1) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.dagger.hilt.android dependency-type: direct:production update-type: version-update:semver-minor ... 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 ae3099a..3e24545 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ core-ktx = "1.12.0" ksp = "1.9.23-1.0.19" ktlint = "11.6.1" spotlessPlugin = "6.25.0" -hiltCompiler = "2.49" +hiltCompiler = "2.51.1" hiltNavigationCompose = "1.2.0" compose-bom = "2024.03.00" constraintlayoutCompose = "1.0.1"