Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump guava from 27.1-android to 29.0-android in /common #1166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 17, 2021

Bumps guava from 27.1-android to 29.0-android.

Release notes

Sourced from guava's releases.

29.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>29.0-jre</version>
  <!-- or, for Android: -->
  <version>29.0-android</version>
</dependency>

Javadoc

JDiff

Changelog

  • Guava types can no longer be sent over GWT-RPC. To temporarily reenable support, set the guava.gwt.emergency_reenable_rpc system property to true. (5214a10b1e)
    • This is the only breaking change in this release, and it affects only users of the guava-gwt artifact, not people who use only the guava artifact. This release contains no changes that break binary compatibility for any users.
  • API documentation for Guava classes is now easier to reach. For example, for ImmutableList, visit guava.dev/ImmutableList. Also, more easily access the index at guava.dev/api.
  • collect: Annotated FluentIterable.from(FluentIterable) with @DoNotCall. (b1c77b7df3)
  • collect: Made ceiling, floor, headSet(E, boolean), and tailSet(E, boolean) methods available in the GWT-emulated ImmutableSortedSet. (7e0fe90ca8, 5f2fbf27b2)
  • graph: Made it possible to set a stable incident edge order by calling the newly added method [Value]Graph.Builder.incidentEdgeOrder(ElementOrder.stable()). (70164025a8)
  • graph: Added incidentEdgeOrder() to the [Value]Graph interfaces. (cde576ec00)
  • util.concurrent: Added Duration-based default methods to ListeningScheduledExecutorService. (931e83f969)
  • util.concurrent: Added immediateVoidFuture. (9f3bae5853)
  • util.concurrent: Removed @Beta from Service and related classes. (dc46627fea)
  • util.concurrent: Deprecated the 1-arg overload of ServiceManager.addListener. (86e3620125)
  • util.concurrent: Changed the return type of ServiceManager.servicesByState() to ImmutableSetMultimap (but also retained a method with the old signature for binary compatibility). (31999ae6f5)
  • util.concurrent: Made it safe to load the AbstractFuture class from a ForkJoinPool thread under a security manager. (6e0c5b5d50)

28.2

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>28.2-jre</version>
  <!-- or, for Android: -->
  <version>28.2-android</version>
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 17, 2021
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch from 22b1b9f to e18086c Compare May 17, 2021 17:18
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch from e18086c to 878b681 Compare June 2, 2021 21:26
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch 2 times, most recently from 8fd4546 to 70bb591 Compare August 17, 2021 16:28
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch 2 times, most recently from d9d0d74 to 1da2bf6 Compare September 1, 2021 11:25
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch from 1da2bf6 to 67291c4 Compare September 14, 2021 20:58
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch from 67291c4 to 70ec1f3 Compare November 23, 2021 19:31
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch 2 times, most recently from 0fbb258 to abf5ebb Compare December 2, 2021 19:02
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch from abf5ebb to f43e3ac Compare December 8, 2021 15:33
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch 2 times, most recently from c49807b to 8f3a400 Compare March 21, 2022 17:18
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch from 8f3a400 to bd81e4e Compare April 25, 2022 20:27
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch 2 times, most recently from e57ac7c to ba442a6 Compare August 10, 2022 16:45
@dependabot dependabot bot force-pushed the dependabot/maven/common/com.google.guava-guava-29.0-android branch from ba442a6 to ef5ee3e Compare March 16, 2023 15:49
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
Development

Successfully merging this pull request may close these issues.

1 participant