mikehardy / google-analytics-java

Open Source license compatible Java API for Google Analytics
9 stars 3 forks source link

Bump okhttp from 3.12.1 to 3.12.2 #43

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps okhttp from 3.12.1 to 3.12.2.

Changelog *Sourced from [okhttp's changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md).* > ## Version 3.12.2 > > _2019-03-14_ > > * Fix: Don't crash if the HTTPS server returns no certificates in the TLS handshake. > * Fix: Don't leak a connection when a call is canceled immediately preceding the `onFailure()` > callback. > > > ## Version 3.13.1 > > _2019-02-05_ > > * Fix: Don't crash when using a custom `X509TrustManager` or `SSLSocket` on Android. When we > removed obsolete code for Android 4.4 we inadvertently also removed support for custom > subclasses. We've restored that support! > > > ## Version 3.13.0 > > _2019-02-04_ > > * **This release bumps our minimum requirements to Java 8+ or Android 5+.** Cutting off old > devices is a serious change and we don't do it lightly! [This post][require_android_5] explains > why we're doing this and how to upgrade. > > The OkHttp 3.12.x branch will be our long-term branch for Android 2.3+ (API level 9+) and Java > 7+. These platforms lack support for TLS 1.2 and should not be used. But because upgrading is > difficult we will backport critical fixes to the 3.12.x branch through December 31, 2020. > > * **TLSv1 and TLSv1.1 are no longer enabled by default.** Major web browsers are working towards > removing these versions altogether in early 2020. If your servers aren't ready yet you can > configure OkHttp 3.13 to allow TLSv1 and TLSv1.1 connections: > > ``` > OkHttpClient client = new OkHttpClient.Builder() > .connectionSpecs(Arrays.asList(ConnectionSpec.COMPATIBLE_TLS)) > .build(); > ``` > > * New: You can now access HTTP trailers with `Response.trailers()`. This method may only be called > after the entire HTTP response body has been read. > > * New: Upgrade to Okio 1.17.3. If you're on Kotlin-friendly Okio 2.x this release requires 2.2.2 > or newer. > > ```kotlin > implementation("com.squareup.okio:okio:1.17.3") > ``` > > ... (truncated)
Commits - [`3637fc5`](https://github.com/square/okhttp/commit/3637fc56f70f87da696847defd311dbfb28e87b5) [maven-release-plugin] prepare release parent-3.12.2 - [`db56dfc`](https://github.com/square/okhttp/commit/db56dfc4c2b5c805ff01ca94aff538d71025ec3a) Merge pull request [#4717](https://github-redirect.dependabot.com/square/okhttp/issues/4717) from square/jwilson.0314.no_certs - [`92cfc26`](https://github.com/square/okhttp/commit/92cfc2656d25b7394083b8fa50a35757a71be0f8) Exercise TLS with no server certificates - [`e2c49c2`](https://github.com/square/okhttp/commit/e2c49c2cf84481bed710592ae91d604f08ab13f1) Merge pull request [#4651](https://github-redirect.dependabot.com/square/okhttp/issues/4651) from square/jwilson.0223.late_call_calls_cancel_312x - [`a1bf9b8`](https://github.com/square/okhttp/commit/a1bf9b80ec638e04bb90e9a126fe74fda96ca4d6) Fix a bug where responses weren't closed on a late cancel - [`8428c91`](https://github.com/square/okhttp/commit/8428c9180346c479b45351408f770c8935367eae) Add Jetty-APLN profiles for Java 1.8.0_201 and 1.8.0_202 ([#4652](https://github-redirect.dependabot.com/square/okhttp/issues/4652)) - [`0e09e6c`](https://github.com/square/okhttp/commit/0e09e6c3041e70db17d28cf712b4f7537619744c) [maven-release-plugin] prepare for next development iteration - See full diff in [compare view](https://github.com/square/okhttp/compare/parent-3.12.1...parent-3.12.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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 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.