Skip to content

Bump hiltVersion from 2.59.2 to 2.60#3801

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

Bump hiltVersion from 2.59.2 to 2.60#3801
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/master/hiltVersion-2.60

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps hiltVersion from 2.59.2 to 2.60.
Updates com.google.dagger:hilt-android from 2.59.2 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)
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-android-compiler from 2.59.2 to 2.60

Release notes

Sourced from com.google.dagger:hilt-android-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)
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-android-testing from 2.59.2 to 2.60

Release notes

Sourced from com.google.dagger:hilt-android-testing'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)
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.android from 2.59.2 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)
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 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.

Updates `com.google.dagger:hilt-android` from 2.59.2 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.59.2...dagger-2.60)

Updates `com.google.dagger:hilt-android-compiler` from 2.59.2 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.59.2...dagger-2.60)

Updates `com.google.dagger:hilt-android-testing` from 2.59.2 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.59.2...dagger-2.60)

Updates `com.google.dagger.hilt.android` from 2.59.2 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.59.2...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-name: com.google.dagger:hilt-android-compiler
  dependency-version: '2.60'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-version: '2.60'
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger.hilt.android
  dependency-version: '2.60'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 26, 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