Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2025

Bumps hilt from 2.57 to 2.57.1.
Updates com.google.dagger:hilt-android from 2.57 to 2.57.1

Release notes

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

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
  • 85586e5 2.57.1 release
  • 20adecb Update Hilt's Gradle Plugin detection of AGP
  • ec7f76f Add the jakarta.inject.Singleton annotation to the Hilt SingletonComponent
  • f5c5301 Add gRPC projects to Gradle
  • 26a0a42 Add additional tests for parameterized injection and parameterized modules.
  • 0e73ac5 Internal changes.
  • 3ae4745 Add hilt-android-testing to the Gradle projects
  • 092a85a Bump androidx.annotation:annotation for Dagger/Hilt androidx deps and remov...
  • 57a439b Add hilt-android to the Gradle projects
  • 59ac2f9 Add a limit to the number of similar bindings shown to prevent too much error...
  • Additional commits viewable in compare view

Updates com.google.dagger:hilt-compiler from 2.57 to 2.57.1

Release notes

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

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
  • 85586e5 2.57.1 release
  • 20adecb Update Hilt's Gradle Plugin detection of AGP
  • ec7f76f Add the jakarta.inject.Singleton annotation to the Hilt SingletonComponent
  • f5c5301 Add gRPC projects to Gradle
  • 26a0a42 Add additional tests for parameterized injection and parameterized modules.
  • 0e73ac5 Internal changes.
  • 3ae4745 Add hilt-android-testing to the Gradle projects
  • 092a85a Bump androidx.annotation:annotation for Dagger/Hilt androidx deps and remov...
  • 57a439b Add hilt-android to the Gradle projects
  • 59ac2f9 Add a limit to the number of similar bindings shown to prevent too much error...
  • Additional commits viewable in compare view

Updates com.google.dagger:hilt-android-gradle-plugin from 2.57 to 2.57.1

Release notes

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

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
  • 85586e5 2.57.1 release
  • 20adecb Update Hilt's Gradle Plugin detection of AGP
  • ec7f76f Add the jakarta.inject.Singleton annotation to the Hilt SingletonComponent
  • f5c5301 Add gRPC projects to Gradle
  • 26a0a42 Add additional tests for parameterized injection and parameterized modules.
  • 0e73ac5 Internal changes.
  • 3ae4745 Add hilt-android-testing to the Gradle projects
  • 092a85a Bump androidx.annotation:annotation for Dagger/Hilt androidx deps and remov...
  • 57a439b Add hilt-android to the Gradle projects
  • 59ac2f9 Add a limit to the number of similar bindings shown to prevent too much error...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `hilt` from 2.57 to 2.57.1.

Updates `com.google.dagger:hilt-android` from 2.57 to 2.57.1
- [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.1)

Updates `com.google.dagger:hilt-compiler` from 2.57 to 2.57.1
- [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.1)

Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.57 to 2.57.1
- [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.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android
  dependency-version: 2.57.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger:hilt-compiler
  dependency-version: 2.57.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger:hilt-android-gradle-plugin
  dependency-version: 2.57.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 21, 2025 14:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 21, 2025
@jo-elimu jo-elimu closed this Sep 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/hilt-2.57.1 branch September 26, 2025 02:10
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.

1 participant