Skip to content

Bump hiltVersion from 2.59.2 to 2.60.1#611

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/hiltVersion-2.60.1
Open

Bump hiltVersion from 2.59.2 to 2.60.1#611
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/hiltVersion-2.60.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps hiltVersion from 2.59.2 to 2.60.1.
Updates com.google.dagger:hilt-android from 2.59.2 to 2.60.1

Release notes

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

Dagger 2.60.1

Bug fixes:

  • Fixes #5203: Fixes regression in Dagger 2.60 where the Hilt compiler options (like fastInit) failed to propagate to the Hilt aggregation compilation tasks. (e181a0d88)
  • Fixes #5204: Fixes @CanIgnoreReturnValue import error by removing the annotation from ActivityRetainedComponentBuilder (3f2dd8fba)

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)
Commits
  • f7a89b6 2.60.1 release
  • 7678017 Automated Code Change
  • 974fe29 Automated Code Change
  • 823484c Make Android*InjectionTest$ApplicationReturnsNull public.
  • c26f8d7 Add test for @AssistedFactory compilations without compiler
  • e181a0d Fix Hilt compiler option propagation to Hilt aggregation tasks.
  • 812e2f3 Internal changes
  • 3f2dd8f Delete @CanIgnoreReturnValue from ActivityRetainedComponentBuilder
  • e90e102 Update Dagger version in yml config and REAME.md
  • 7451e37 Add dependenciesRequested to ProducerMonitor
  • Additional commits viewable in compare view

Updates com.google.dagger:hilt-android-compiler from 2.59.2 to 2.60.1

Release notes

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

Dagger 2.60.1

Bug fixes:

  • Fixes #5203: Fixes regression in Dagger 2.60 where the Hilt compiler options (like fastInit) failed to propagate to the Hilt aggregation compilation tasks. (e181a0d88)
  • Fixes #5204: Fixes @CanIgnoreReturnValue import error by removing the annotation from ActivityRetainedComponentBuilder (3f2dd8fba)

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)
Commits
  • f7a89b6 2.60.1 release
  • 7678017 Automated Code Change
  • 974fe29 Automated Code Change
  • 823484c Make Android*InjectionTest$ApplicationReturnsNull public.
  • c26f8d7 Add test for @AssistedFactory compilations without compiler
  • e181a0d Fix Hilt compiler option propagation to Hilt aggregation tasks.
  • 812e2f3 Internal changes
  • 3f2dd8f Delete @CanIgnoreReturnValue from ActivityRetainedComponentBuilder
  • e90e102 Update Dagger version in yml config and REAME.md
  • 7451e37 Add dependenciesRequested to ProducerMonitor
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `hiltVersion` from 2.59.2 to 2.60.1.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants