Skip to content

deps(deps): bump the hilt group with 2 updates#43

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/hilt-debc06370f
Closed

deps(deps): bump the hilt group with 2 updates#43
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/hilt-debc06370f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown

Bumps the hilt group with 2 updates: com.google.dagger:hilt-android and com.google.dagger:hilt-compiler.

Updates com.google.dagger:hilt-android from 2.58 to 2.60

Release notes

Sourced from com.google.dagger:hilt-android's releases.

Dagger 2.60

New features:

Potential breaking changes:

  • When using the Hilt Gradle plugin, an error is now reported if a user sets a plugin-controlled flag (previously the plugin just ignored the user’s input). (a119ba68c)
  • Multidex support is removed. minSDK for Hilt is now 23, matching AndroidX (https://issuetracker.google.com/380448311) (1990bd1c4)

Bug fixes:

  • Fixes #1290: Enabled Guava BetaApi checks (5b8b2bdbe)
  • Fixes #5190, #5180, #5177: Updated Kotlin version ton 2.3.21 (7daaec5a9)
  • Fixes #5160: Deferred ViewModelMetadata processing on error types or missing @​AssistedFactory (59827c699)
  • Fixes missing originating element attachments in a few Hilt processors to ensure correct incremental compilation tracking. (2930ca837)
  • Fixes Dagger multibinding duplicate masking across Map components (compile-time validation) Adds strict compile-time detection for duplicate map multibinding keys across component boundaries. This is enabled via the -Adagger.mapMultibindingDuplicateDetectionFix=ENABLED. This option is DISABLED by default to maintain backward compatibility. See Compiler Options for more details. (504397ebe)

Dagger 2.59.2

Bug fixes:

  • Fixed #5116,#5099: Replaced Hilt's "android-classes" transform with attribute rules (f7e31b857)
  • Fixed #5122: Fixed issue with slow incremental builds introduced by HiltSyncTask in AGP 9 support (1be57655b)

Dagger 2.59.1

Bug fixes:

  • Fixed #5099: Fixes compilation error with jetifierEnabled=true in AGP 9 (8dcce8790)
  • Fixed #5098: Updated minimum required AGP version to 9.0.0 to make it clearer this is a requirement when using the Hilt Gradle plugin. (141e5941a)

Dagger 2.59

Breaking changes:

(If you do not use Hilt or the Hilt Gradle plugin, this change does not affect you.)

This release adds AGP 9 support for the Hilt Gradle plugin. This means that if you use the Hilt Gradle Plugin, AGP 9 is now a requirement along with AGP 9’s own requirements like Gradle 9.1+ (https://developer.android.com/build/releases/agp-9-0-0-release-notes).

Note: AGP 9 also seems to cause issues with enableJetifier=true (see #5099). This will be fixed in a follow-up release.

Bug fixes/features:

  • Fixed #4944, #4979: Support AGP 9 in HiltGradlePlugin (6afd7ea5a0fb84a38f2d23c990ddbd95e728a39d)
Commits
  • d9ccdc7 2.60 release
  • 7451e37 Add dependenciesRequested to ProducerMonitor
  • e820a70 Refactor: Inline library sources directly within MembersInjectionValidationTest
  • 4bedb4b Support nullable type annotations with a flag.
  • 445e6f0 Fix wording on ProducerMonitor methodStarting and ready javadocs
  • 5b8b2bd Enable Guava BetaApi checks in Dagger's Bazel build.
  • 639cd2b Temporarily disable a few KSP tests before updating XProcessing artifacts.
  • 5988296 Handle RuntimeExceptions in DaggerSuperficialValidation getMessage / trac...
  • 2227e70 Remove unused ProcessorErrors methods.
  • 7daaec5 Update Kotlin and KSP versions to 2.3.
  • Additional commits viewable in compare view

Updates com.google.dagger:hilt-compiler from 2.58 to 2.60

Release notes

Sourced from com.google.dagger:hilt-compiler's releases.

Dagger 2.60

New features:

Potential breaking changes:

  • When using the Hilt Gradle plugin, an error is now reported if a user sets a plugin-controlled flag (previously the plugin just ignored the user’s input). (a119ba68c)
  • Multidex support is removed. minSDK for Hilt is now 23, matching AndroidX (https://issuetracker.google.com/380448311) (1990bd1c4)

Bug fixes:

  • Fixes #1290: Enabled Guava BetaApi checks (5b8b2bdbe)
  • Fixes #5190, #5180, #5177: Updated Kotlin version ton 2.3.21 (7daaec5a9)
  • Fixes #5160: Deferred ViewModelMetadata processing on error types or missing @​AssistedFactory (59827c699)
  • Fixes missing originating element attachments in a few Hilt processors to ensure correct incremental compilation tracking. (2930ca837)
  • Fixes Dagger multibinding duplicate masking across Map components (compile-time validation) Adds strict compile-time detection for duplicate map multibinding keys across component boundaries. This is enabled via the -Adagger.mapMultibindingDuplicateDetectionFix=ENABLED. This option is DISABLED by default to maintain backward compatibility. See Compiler Options for more details. (504397ebe)

Dagger 2.59.2

Bug fixes:

  • Fixed #5116,#5099: Replaced Hilt's "android-classes" transform with attribute rules (f7e31b857)
  • Fixed #5122: Fixed issue with slow incremental builds introduced by HiltSyncTask in AGP 9 support (1be57655b)

Dagger 2.59.1

Bug fixes:

  • Fixed #5099: Fixes compilation error with jetifierEnabled=true in AGP 9 (8dcce8790)
  • Fixed #5098: Updated minimum required AGP version to 9.0.0 to make it clearer this is a requirement when using the Hilt Gradle plugin. (141e5941a)

Dagger 2.59

Breaking changes:

(If you do not use Hilt or the Hilt Gradle plugin, this change does not affect you.)

This release adds AGP 9 support for the Hilt Gradle plugin. This means that if you use the Hilt Gradle Plugin, AGP 9 is now a requirement along with AGP 9’s own requirements like Gradle 9.1+ (https://developer.android.com/build/releases/agp-9-0-0-release-notes).

Note: AGP 9 also seems to cause issues with enableJetifier=true (see #5099). This will be fixed in a follow-up release.

Bug fixes/features:

  • Fixed #4944, #4979: Support AGP 9 in HiltGradlePlugin (6afd7ea5a0fb84a38f2d23c990ddbd95e728a39d)
Commits
  • d9ccdc7 2.60 release
  • 7451e37 Add dependenciesRequested to ProducerMonitor
  • e820a70 Refactor: Inline library sources directly within MembersInjectionValidationTest
  • 4bedb4b Support nullable type annotations with a flag.
  • 445e6f0 Fix wording on ProducerMonitor methodStarting and ready javadocs
  • 5b8b2bd Enable Guava BetaApi checks in Dagger's Bazel build.
  • 639cd2b Temporarily disable a few KSP tests before updating XProcessing artifacts.
  • 5988296 Handle RuntimeExceptions in DaggerSuperficialValidation getMessage / trac...
  • 2227e70 Remove unused ProcessorErrors methods.
  • 7daaec5 Update Kotlin and KSP versions to 2.3.
  • Additional commits viewable in compare view

Updates com.google.dagger:hilt-compiler from 2.58 to 2.60

Release notes

Sourced from com.google.dagger:hilt-compiler's releases.

Dagger 2.60

New features:

Potential breaking changes:

  • When using the Hilt Gradle plugin, an error is now reported if a user sets a plugin-controlled flag (previously the plugin just ignored the user’s input). (a119ba68c)
  • Multidex support is removed. minSDK for Hilt is now 23, matching AndroidX (https://issuetracker.google.com/380448311) (1990bd1c4)

Bug fixes:

  • Fixes #1290: Enabled Guava BetaApi checks (5b8b2bdbe)
  • Fixes #5190, #5180, #5177: Updated Kotlin version ton 2.3.21 (7daaec5a9)
  • Fixes #5160: Deferred ViewModelMetadata processing on error types or missing @​AssistedFactory (59827c699)
  • Fixes missing originating element attachments in a few Hilt processors to ensure correct incremental compilation tracking. (2930ca837)
  • Fixes Dagger multibinding duplicate masking across Map components (compile-time validation) Adds strict compile-time detection for duplicate map multibinding keys across component boundaries. This is enabled via the -Adagger.mapMultibindingDuplicateDetectionFix=ENABLED. This option is DISABLED by default to maintain backward compatibility. See Compiler Options for more details. (504397ebe)

Dagger 2.59.2

Bug fixes:

  • Fixed #5116,#5099: Replaced Hilt's "android-classes" transform with attribute rules (f7e31b857)
  • Fixed #5122: Fixed issue with slow incremental builds introduced by HiltSyncTask in AGP 9 support (1be57655b)

Dagger 2.59.1

Bug fixes:

  • Fixed #5099: Fixes compilation error with jetifierEnabled=true in AGP 9 (8dcce8790)
  • Fixed #5098: Updated minimum required AGP version to 9.0.0 to make it clearer this is a requirement when using the Hilt Gradle plugin. (141e5941a)

Dagger 2.59

Breaking changes:

(If you do not use Hilt or the Hilt Gradle plugin, this change does not affect you.)

This release adds AGP 9 support for the Hilt Gradle plugin. This means that if you use the Hilt Gradle Plugin, AGP 9 is now a requirement along with AGP 9’s own requirements like Gradle 9.1+ (https://developer.android.com/build/releases/agp-9-0-0-release-notes).

Note: AGP 9 also seems to cause issues with enableJetifier=true (see #5099). This will be fixed in a follow-up release.

Bug fixes/features:

  • Fixed #4944, #4979: Support AGP 9 in HiltGradlePlugin (6afd7ea5a0fb84a38f2d23c990ddbd95e728a39d)
Commits
  • d9ccdc7 2.60 release
  • 7451e37 Add dependenciesRequested to ProducerMonitor
  • e820a70 Refactor: Inline library sources directly within MembersInjectionValidationTest
  • 4bedb4b Support nullable type annotations with a flag.
  • 445e6f0 Fix wording on ProducerMonitor methodStarting and ready javadocs
  • 5b8b2bd Enable Guava BetaApi checks in Dagger's Bazel build.
  • 639cd2b Temporarily disable a few KSP tests before updating XProcessing artifacts.
  • 5988296 Handle RuntimeExceptions in DaggerSuperficialValidation getMessage / trac...
  • 2227e70 Remove unused ProcessorErrors methods.
  • 7daaec5 Update Kotlin and KSP versions to 2.3.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the hilt group with 2 updates: [com.google.dagger:hilt-android](https://github.com/google/dagger) and [com.google.dagger:hilt-compiler](https://github.com/google/dagger).


Updates `com.google.dagger:hilt-android` from 2.58 to 2.60
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.58...dagger-2.60)

Updates `com.google.dagger:hilt-compiler` from 2.58 to 2.60
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.58...dagger-2.60)

Updates `com.google.dagger:hilt-compiler` from 2.58 to 2.60
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.58...dagger-2.60)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android
  dependency-version: '2.60'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hilt
- dependency-name: com.google.dagger:hilt-compiler
  dependency-version: '2.60'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hilt
- dependency-name: com.google.dagger:hilt-compiler
  dependency-version: '2.60'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hilt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, gradle. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Author

Superseded by #45.

@dependabot dependabot Bot closed this Jun 26, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/hilt-debc06370f branch June 26, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants