manywho / sdk-java

The Java SDK for building plugins that integrate with ManyWho
0 stars 8 forks source link

Bump guava from 20.0 to 23.0 #44

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps guava from 20.0 to 23.0.

Release notes *Sourced from [guava's releases](https://github.com/google/guava/releases).* > ## 23.0 > Final [Guava 23.0](https://github.com/google/guava/wiki/Release23) release. > > ## 23.0-rc1 > First [Guava 23.0](https://github.com/google/guava/wiki/Release23) release candidate. > > ## 22.0 > Final [Guava 22.0](https://github.com/google/guava/wiki/Release22) release. > > ## 22.0-rc1 > First release candidate for [Guava 22.0](https://github.com/google/guava/wiki/Release22). > > ## 21.0 > Final [Guava 21.0](https://github.com/google/guava/wiki/Release21) release. > > This release requires Java 8. > > ## 21.0-rc2 > Second release candidate for [Guava 21.0](https://github.com/google/guava/wiki/Release21). > > This release candidate fixes a small issue with rc1; a number of methods that create `Collector`s took Guava's functional types (e.g. `base.Function`) as parameters rather than the `java.util.function` equivalent. > > This release requires Java 8. > > ## 21.0-rc1 > First release candidate for [Guava 21.0](https://github.com/google/guava/wiki/Release21). > > This release requires Java 8.
Commits - [`b48cdeb`](https://github.com/google/guava/commit/b48cdeb618388a7b1d1c782e1ce2cc60b4f4efca) Set version numbers to 23.0 - [`6dae21f`](https://github.com/google/guava/commit/6dae21fe0e3c77f1cf1e92653134cdd4a05742fc) Remove some methods that are scheduled for removal in 23.0, along with one th... - [`22da091`](https://github.com/google/guava/commit/22da0910cc290c118603962e4bf45dc980ce1967) Rollforward [] which was rolled back in [] because it - [`b87e1f1`](https://github.com/google/guava/commit/b87e1f19a819ba9590cd0987e655cb94b90f60d4) Automated g4 rollback of changelist 162220754. - [`44b9081`](https://github.com/google/guava/commit/44b908162cd4498386bcf67b07413bc83f4cf80f) Set version numbers to 23.0-rc1 - [`ee12894`](https://github.com/google/guava/commit/ee12894c9d9c6b057efd3465391ab0f779b8af94) Implement ByteSource.asCharSource(charset).read() using the decoding string c... - [`71b5b85`](https://github.com/google/guava/commit/71b5b85e1d219b706702356108fe1a9b2fbb15c1) Add submitAsync and scheduleAsync methods, to ease the deprecation of Futures... - [`b6c86db`](https://github.com/google/guava/commit/b6c86db89a9cb828a47ca893f7a958c6a4f378b6) Short-circuit null check in Throwables#lazyStackTraceIsLazy - [`dd78480`](https://github.com/google/guava/commit/dd78480631626802e22edc4d6d12fc869288e954) Update Public Suffix List. - [`1d7f652`](https://github.com/google/guava/commit/1d7f652e1866fbd9bfce7f20a9ba124638a4367a) Add [@​SafeVarargs](https://github.com/SafeVarargs) to Predicates.and(Predicate\...). - Additional commits viewable in [compare view](https://github.com/google/guava/compare/v20.0...v23.0)


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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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)