Skip to content

Bump com.google.auto.service:auto-service from 1.0-rc6 to 1.1.1#896

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/com.google.auto.service-auto-service-1.1.1
Open

Bump com.google.auto.service:auto-service from 1.0-rc6 to 1.1.1#896
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/com.google.auto.service-auto-service-1.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2024

Bumps com.google.auto.service:auto-service from 1.0-rc6 to 1.1.1.

Release notes

Sourced from com.google.auto.service:auto-service's releases.

auto-service-1.1.1

What's Changed

  • No functional changes.
  • Dependencies updated.
  • Some minor code improvements.

Full Changelog: google/auto@auto-service-1.1.0...auto-service-1.1.1

AutoCommon 1.1

  • com.google.auto.common is annotated for null-safety. (9d79ce1e)
  • Add String and TypeElement versions of auto-common APIs that currently take in Class. (dec3bf0e)

AutoService 1.1.0

  • AutoService now verifies by default that the annotated class does indeed implement the interface in @AutoServce. Previously this only happened when compiling with -Averify=true. The verification can be disabled either by compiling with -Averify=false or by adding @SuppressWarnings("AutoService") to the annotated class. (965e89328)
  • The @AutoService annotation can no longer be applied to an interface or abstract class. This new verification can also be disabled in the same way. (591731c32)

AutoFactory 1.1.0

  • AutoFactory now recognizes and generates both javax.inject and jakarta.inject. If jakarta.inject is on the classpath then it will be used, and otherwise javax.inject. A new compiler option -Acom.google.auto.factory.InjectApi can be set to either javax or jakarta to force the use of one or the other. (67772b26d)
  • There is now a way to add annotations to generated AutoFactory classes. See the javadoc for @AutoFactory.AnnotationsToApply. (b2a1c0885)
  • The exception message for a null value now indicates not only which number argument it is but also how many arguments there are in total. This may lead to a small increase in code size. (ab6c7bfb6)
  • AutoFactory now correctly handles the case where a parameter annotation has @Target with both PARAMETER and TYPE_USE. (9d455fa17)
  • When a requested supertype of the generated factory class has a type parameter, the generated class now always has the same parameter. (206b67396)
  • Better error message when detecting duplicate parameters (59ec5e659)

AutoService 1.0.2

Updating Maven dependencies only. No functional changes.

AutoFactory 1.0.1

  • Fixed Gradle incremental compilation. (8f17e4c4)

AutoCommon 1.0.1

  • Added some methods to allow annotation processors to use Streams functionality that is present in mainline Guava but not Android Guava. This can be useful if Android Guava might be on the processor path.

AutoService 1.0.1

  • AutoService no longer throws an exception for a missing service class. (d8083fde)
  • Fixed a bug in AutoServiceProcessor that could lead to some services not being processed. (d4c865be)

Auto Common 1.0

This has only cosmetic differences from Auto Common 0.11, but we are updating the version number to indicate stability.

AutoService 1.0

  • @AutoService classes can now reference generic services and still pass -Averify=true. (afe607c3)
  • AutoServiceProcessor no longer claims the @AutoService annotation. (c27b527a)

AutoService 1.0-rc7

  • Use CLASS retention to support Gradle aggregating incremental annotation processors (28a2c79)
  • Set an Automatic-Module-Name. (61256c3)
Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 2, 2024
@rma-rripken
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/com.google.auto.service-auto-service-1.1.1 branch from 47c0edb to 2e29a81 Compare September 8, 2025 18:28
@MikeNeilson
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/com.google.auto.service-auto-service-1.1.1 branch from 2e29a81 to 4c79409 Compare March 13, 2026 16:08
@MikeNeilson
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@MikeNeilson
Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [com.google.auto.service:auto-service](https://github.com/google/auto) from 1.0-rc6 to 1.1.1.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](https://github.com/google/auto/commits/auto-service-1.1.1)

---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.google.auto.service-auto-service-1.1.1 branch from eb990e9 to 2e10721 Compare March 31, 2026 21:32
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.

2 participants