arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
118 stars 98 forks source link

chore(deps): bump okhttp from 3.8.0 to 4.1.0 #1139

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps okhttp from 3.8.0 to 4.1.0.

Changelog *Sourced from [okhttp's changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md).* > ## Version 4.1.0 > > _2019-08-12_ > > [brotli]: https://github.com/google/brotli > > * **OkHttp's new okhttp-brotli module implements Brotli compression.** Install the interceptor to > enable [Brotli compression][brotli], which compresses 5-20% smaller than gzip. > > ``` > val client = OkHttpClient.Builder() > .addInterceptor(BrotliInterceptor) > .build() > ``` > > This artifact has a dependency on Google's Brotli decoder (95 KiB). > > * New: `EventListener.proxySelectStart()`, `proxySelectEnd()` events give visibility into the > proxy selection process. > * New: `Response.byteString()` reads the entire response into memory as a byte string. > * New: `OkHttpClient.x509TrustManager` accessor. > * New: Permit [new WebSocket response codes][iana_websocket]: 1012 (Service Restart), 1013 (Try > Again Later), and 1014 (invalid response from the upstream). > * New: Build with Kotlin 1.3.41, BouncyCastle 1.62, and Conscrypt 2.2.1. > * Fix: Recover gracefully when a a coalesced connection immediately goes unhealthy. > * Fix: Defer the `SecurityException` when looking up the default proxy selector. > * Fix: Don't use brackets formatting IPv6 host names in MockWebServer. > * Fix: Don't permit cache iterators to remove entries that are being written. > > > ## Version 4.0.1 > > _2019-07-10_ > > * Fix: Tolerate null-hostile lists in public API. Lists created with `List.of(...)` don't like it > when you call `contains(null)` on them! > * Fix: Retain binary-compatibility in `okhttp3.internal.HttpHeaders.hasBody()`. Some unscrupulous > coders call this and we don't want their users to suffer. > > > ## Version 4.0.0 > > _2019-06-26_ > > **This release upgrades OkHttp to Kotlin.** We tried our best to make fast and safe to upgrade > from OkHttp 3.x. We wrote an [upgrade guide][upgrading_to_okhttp_4] to help with the migration and a > [blog post][okhttp4_blog_post] to explain it. > > * Fix: Target Java 8 bytecode for Java and Kotlin. > > ... (truncated)
Commits - [`4739b27`](https://github.com/square/okhttp/commit/4739b278066c25de7d1fcada943e0aaddda7e7a7) Prepare for release 4.1.0. - [`96fbf6b`](https://github.com/square/okhttp/commit/96fbf6b3303f3ed36654ac768f58c52f36177aea) Merge pull request [#5356](https://github-redirect.dependabot.com/square/okhttp/issues/5356) from square/jwilson.0812.no_application_plugin - [`db39fa4`](https://github.com/square/okhttp/commit/db39fa4a93157d1d6503877f782b8b185582ced2) Remove the application plugin from okcurl - [`f070df4`](https://github.com/square/okhttp/commit/f070df4cccc511bc4f0684463da0c47e653031b3) New OpenJDK 8 version ([#5354](https://github-redirect.dependabot.com/square/okhttp/issues/5354)) - [`1994136`](https://github.com/square/okhttp/commit/1994136a24942dcd6066738f425dcb736e49f43d) Update test host to squareup ([#5343](https://github-redirect.dependabot.com/square/okhttp/issues/5343)) - [`cf0042b`](https://github.com/square/okhttp/commit/cf0042b20869d30ecee5cf4d0152dc52568a7a30) Extended Android tests ([#5298](https://github-redirect.dependabot.com/square/okhttp/issues/5298)) - [`609888f`](https://github.com/square/okhttp/commit/609888f4d7ee6adf25774045ecdfe6320182c358) Increase timeout for flaky test ([#5305](https://github-redirect.dependabot.com/square/okhttp/issues/5305)) - [`f40e21a`](https://github.com/square/okhttp/commit/f40e21a956dd7fd215918a3742ce46d5c58675ee) Allow interrupt of singleton cleanup thread ([#5334](https://github-redirect.dependabot.com/square/okhttp/issues/5334)) - [`ba83fe6`](https://github.com/square/okhttp/commit/ba83fe61493a5333938abac293c2423fa8e8d86a) Merge pull request [#5339](https://github-redirect.dependabot.com/square/okhttp/issues/5339) from AlexSzlavik/add-trustManager-accessor - [`6452f24`](https://github.com/square/okhttp/commit/6452f24c4180d11c12b46a61e09dd55fbe6046b0) Add TrustManager accessor to OkHTTPClient. - Additional commits viewable in [compare view](https://github.com/square/okhttp/compare/parent-3.8.0...parent-4.1.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) - 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.
dependabot-preview[bot] commented 4 years ago

Superseded by #1143.