Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

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

Updates com.google.dagger:dagger from 2.57 to 2.57.2

Release notes

Sourced from com.google.dagger:dagger's releases.

Dagger 2.57.2

Bug fixes

  • Fixed #4847: Fixed an issue with the Hilt Gradle Plugin registered transforms on projects using Gradle 9.0.0 (ea570e7)
  • Fixes #4898: Fixed an issue with backwards compatibility handling for libraries that export Hilt roots. (85c470ca4)
  • Fixes #4937: Fixed the incorrectly declared version of the Kotlin stdlib dependency in the Hilt Gradle Plugin. (deefd9a2d)
  • Updated ASM dependency to 9.8 (365bc499d)

Dagger 2.57.1

Bug fixes

  • Fixes #4734: Updated Hilt's Gradle Plugin detection of AGP to maximize compatibility and avoid the confusing 'The Hilt Android Gradle plugin can only be applied to an Android project.' error when the plugin is on an Android project. (20adecbf5)
  • Fixes #4848: Set coreLibrariesVersion for the Kotlin compilation of the Hilt Gradle Plugin to further improve backwards compatibility. (00c7fc203)
  • Fixes #4848: Use api / language versions for the Kotlin compilation of the Hilt Gradle Plugin to not force projects to update to Kotlin 2.2.0, the current version used by the plugin. (58e499243)
  • Fixes #4780: Add support for the Jakarta Singleton annotation in Hilt. (ec7f76fa3)
  • Fixes #4917: Removes the explicit dependency to androidx.annotation:annotation-jvm and to a beta version of it. (092a85af0)
  • Limit number of similar bindings shown in error messages to 20 (59ac2f981)
  • Update wording for @​AssistedInject error to be more specific. (1702e79e0)
Commits
  • 438334a 2.57.2 release
  • 365bc49 Update ASM dependency to 9.8
  • 6f82a2b Automated Code Change
  • ff49b3d Automated Code Change
  • f60dcca Fix issue with DaggerSuperficialValidation#validateTypeHierarchyOf().
  • 9319e81 Add a test suite to group our generated functional tests.
  • 9053b3b Inline MultibindingTest sources into the test for better encapsulation.
  • 55b0311 Adds DaggerSuperficialValidationTest test case for missing super interface ty...
  • ee59ebd Remove unnecessary workaround for b/242569252.
  • 5426d64 Add more info to error messages for cases reported in #3450.
  • Additional commits viewable in compare view

Updates com.google.dagger:dagger-compiler from 2.57 to 2.57.2

Release notes

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

Dagger 2.57.2

Bug fixes

  • Fixed #4847: Fixed an issue with the Hilt Gradle Plugin registered transforms on projects using Gradle 9.0.0 (ea570e7)
  • Fixes #4898: Fixed an issue with backwards compatibility handling for libraries that export Hilt roots. (85c470ca4)
  • Fixes #4937: Fixed the incorrectly declared version of the Kotlin stdlib dependency in the Hilt Gradle Plugin. (deefd9a2d)
  • Updated ASM dependency to 9.8 (365bc499d)

Dagger 2.57.1

Bug fixes

  • Fixes #4734: Updated Hilt's Gradle Plugin detection of AGP to maximize compatibility and avoid the confusing 'The Hilt Android Gradle plugin can only be applied to an Android project.' error when the plugin is on an Android project. (20adecbf5)
  • Fixes #4848: Set coreLibrariesVersion for the Kotlin compilation of the Hilt Gradle Plugin to further improve backwards compatibility. (00c7fc203)
  • Fixes #4848: Use api / language versions for the Kotlin compilation of the Hilt Gradle Plugin to not force projects to update to Kotlin 2.2.0, the current version used by the plugin. (58e499243)
  • Fixes #4780: Add support for the Jakarta Singleton annotation in Hilt. (ec7f76fa3)
  • Fixes #4917: Removes the explicit dependency to androidx.annotation:annotation-jvm and to a beta version of it. (092a85af0)
  • Limit number of similar bindings shown in error messages to 20 (59ac2f981)
  • Update wording for @​AssistedInject error to be more specific. (1702e79e0)
Commits
  • 438334a 2.57.2 release
  • 365bc49 Update ASM dependency to 9.8
  • 6f82a2b Automated Code Change
  • ff49b3d Automated Code Change
  • f60dcca Fix issue with DaggerSuperficialValidation#validateTypeHierarchyOf().
  • 9319e81 Add a test suite to group our generated functional tests.
  • 9053b3b Inline MultibindingTest sources into the test for better encapsulation.
  • 55b0311 Adds DaggerSuperficialValidationTest test case for missing super interface ty...
  • ee59ebd Remove unnecessary workaround for b/242569252.
  • 5426d64 Add more info to error messages for cases reported in #3450.
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dagger group with 2 updates: [com.google.dagger:dagger](https://github.com/google/dagger) and [com.google.dagger:dagger-compiler](https://github.com/google/dagger).


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

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

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  dependency-version: 2.57.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dagger
- dependency-name: com.google.dagger:dagger-compiler
  dependency-version: 2.57.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dagger
...

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 Oct 1, 2025
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