Skip to content

Build(deps): Bump com.google.dagger.hilt.android from 2.55 to 2.56.1

Bumps com.google.dagger.hilt.android from 2.55 to 2.56.1.

Release notes

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

Dagger 2.56.1

Bug fixes

  • [Dagger] Fixed #4624: Shade Dagger's javapoet-kotlinpoet dependency.

Dagger 2.56

Notable/breaking changes

  • [Jakarta support] Remove deprecated Factory create methods that take a javax.inject.Provider. This means components built with an older Dagger version but with factory dependencies from a newer Dagger version will no longer compile. If you run into this, the Dagger version compiling the component must be upgraded. (3412e6c03)
  • [Jakarta support] Disallow providing or injecting dagger.internal.Provider. Also disallow injections of raw Provider in Maps, for both javax and dagger Providers. (962bb3335)
  • [Dagger]: Usages of @Multibinds and @ElementsIntoSet in Kotlin sources must now use Set/Map from the kotlin.collections package rather than the java.util package.

Bug fixes

  • [Jakarta support] Add support for Jakarta annotations to Hilt. (9001b5503)
  • [Jakarta support] Fixed #4572. Fix issue with jakarta.inject.Provider support where in certain cases requests for a Map<K, Provider<V>> would fail to compile. (f4e80036f)
  • [Dagger] Remove private modifier from fields/methods within generated Dagger component's private implementation classes (see #4544). (79f8633e5)
  • [Hilt] Partially Fixed #4423: Fix project isolation violation when checking that Hilt libraries are applied along the Gradle plugin. (91450da6a)
Commits
  • 263ef0b 2.56.1 release
  • e0357b2 [XPoet Migration]: Migrate more CodeBlock usages to XCodeBlock.
  • 9631868 [XPoet Migration]: Migrate more CodeBlock usages to XCodeBlock
  • 580a6ec [XPoet Migration]: Migrate CodeBlock usages to XCodeBlock.
  • a5398f7 Shade Dagger's javapoet-kotlinpoet dependency.
  • 3ddaaad Update Dagger yml and README with new latest version number.
  • b3d3443 Enable write permission to GitHub Action's "Publish Artifact" job.
  • 9001b55 Where Hilt checks for Javax annotations, add support for Jakarta annotations.
  • 2572582 Add @​NullMarked to dagger package.
  • 9852108 Restructure hilt-android-testing sources
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading