cescoffier / vertx-completable-future

An implementation of CompletableFuture for Vert.x
Apache License 2.0
78 stars 28 forks source link

Bump guava from 24.1-jre to 25.1-jre #11

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps guava from 24.1-jre to 25.1-jre.

Release notes *Sourced from [guava's releases](https://github.com/google/guava/releases).* > ## 25.1 > ### Maven > > ```xml > > com.google.guava > guava > 25.1-jre > > 25.1-android > > ``` > > ### Javadoc > > - [25.1-jre](http://google.github.io/guava/releases/25.1-jre/api/docs/) > - [25.1-android](http://google.github.io/guava/releases/25.1-android/api/docs/) > > ### JDiff > > - [25.1-jre vs. 25.0-jre](http://google.github.io/guava/releases/25.1-jre/api/diffs/) (shows a lot of junk, probably due to switch to `[**Nullable**](https://github.com/Nullable)` type annotations) > - [25.1-android vs. 25.0-android](http://google.github.io/guava/releases/25.1-android/api/diffs/) > - [25.1-android vs. 25.1-jre](http://google.github.io/guava/releases/25.1-android/api/androiddiffs/) > > ### Changelog > > - Switched to the type annotation version of `[**Nullable**](https://github.com/Nullable)` in the JRE/Java 8 flavor. (0a2258e66) > - `base`: Added `Strings.lenientFormat()`, copied from `Preconditions.format()`. (7fe1702ae) > - `net`: Added Token Binding HTTP headers to `HttpHeaders`. (d9113d51b) > - `reflect`: Added overrides for methods on JDK types returning `AnnotatedType` in the JRE/Java 8 flavor. (d94eb93fb) > - `testing`: Added support for type annotations in `NullPointerTester` in the JRE/Java 8 flavor. (d94eb93fb) > - `util.concurrent`: Added `[**DoNotCall**](https://github.com/DoNotCall)` to `Futures` methods that do not accept an `Executor` in preparation for removal. (49a1df62b) > > ## 25.0 > ### Maven > > ```xml > > com.google.guava > guava > 25.0-jre > > 25.0-android > > ``` > > ### Javadoc > > - [25.0-jre](http://google.github.io/guava/releases/25.0-jre/api/docs/) > - [25.0-android](http://google.github.io/guava/releases/25.0-android/api/docs/) > ... (truncated)
Commits - See full diff in [compare view](https://github.com/google/guava/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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.