mikehardy / google-analytics-java

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

Bump okhttp from 3.12.5 to 3.12.6 #98

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps okhttp from 3.12.5 to 3.12.6.

Changelog *Sourced from [okhttp's changelog](https://github.com/square/okhttp/blob/master/docs/changelog_3x.md).* > ## Version 3.12.6 > > _2019-09-29_ > > * Fix: Cancel calls that fail due to unexpected exceptions. We had a bug where an enqueued call > would never call back if it crashed with an unchecked throwable, such as a > `NullPointerException` or `OutOfMemoryError`. We now call `Callback.onFailure()` with an > `IOException` that reports the call as canceled. The triggering exception is still delivered to > the thread's `UncaughtExceptionHandler`. > * Fix: Don't evict incomplete entries when iterating the cache. We had a bug where iterating > `Cache.urls()` would prevent in-flight entries from being written.
Commits - [`b2c5000`](https://github.com/square/okhttp/commit/b2c5000535c7764d42f25b0e6b0026208a277ad2) [maven-release-plugin] prepare release parent-3.12.6 - [`4843e76`](https://github.com/square/okhttp/commit/4843e767280ea5254396d0b7032bdc5c0a703077) Merge pull request [#5504](https://github-redirect.dependabot.com/square/okhttp/issues/5504) from square/jwilson.0926.canceled_312x - [`0886def`](https://github.com/square/okhttp/commit/0886def52dc34117ce344d301fa3965b60fc58fd) Cancel calls on unexpected exceptions (3.12.x branch) - [`043b570`](https://github.com/square/okhttp/commit/043b57006c39357180c6178f53907e7f30467180) Merge pull request [#5487](https://github-redirect.dependabot.com/square/okhttp/issues/5487) from square/jwilson.0922.issue_3905_312 - [`fff9feb`](https://github.com/square/okhttp/commit/fff9febf31092a4653fede4867b882ccf40e3f04) DiskLruCache snapshot() method removing entries that are being cached (3.12.x... - [`03e5f6b`](https://github.com/square/okhttp/commit/03e5f6b7334ff4115fec0b2a636ecebb1ef8cc2c) [maven-release-plugin] prepare for next development iteration - See full diff in [compare view](https://github.com/square/okhttp/compare/parent-3.12.5...parent-3.12.6)


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.