mikehardy / google-analytics-java

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

Bump okhttp from 3.12.4 to 3.12.5 #97

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps okhttp from 3.12.4 to 3.12.5.

Changelog *Sourced from [okhttp's changelog](https://github.com/square/okhttp/blob/master/docs/changelog_3x.md).* > ## Version 3.12.5 > > _2019-09-10_ > > * Fix: Don't lose HTTP/2 flow control bytes when incoming data races with a stream close. If this > happened enough then eventually the connection would stall. > > * Fix: Acknowledge and apply inbound HTTP/2 settings atomically. Previously we had a race where we > could use new flow control capacity before acknowledging it, causing strict HTTP/2 servers to > fail the call.
Commits - [`f101f9d`](https://github.com/square/okhttp/commit/f101f9d9d35660d5394d8b32d9c026e0e748cba4) [maven-release-plugin] prepare release parent-3.12.5 - [`e7b7f0a`](https://github.com/square/okhttp/commit/e7b7f0a0ef7b1b7ccb8298a568b74af249c0c9a2) Merge pull request [#5437](https://github-redirect.dependabot.com/square/okhttp/issues/5437) from square/jwilson.0909.http2_312x - [`611aeda`](https://github.com/square/okhttp/commit/611aedaf8c26d6c2b5246830c862672410925866) Merge pull request [#5439](https://github-redirect.dependabot.com/square/okhttp/issues/5439) from square/jwilson.0909.race_312x - [`8ab2316`](https://github.com/square/okhttp/commit/8ab23165dbad216309cad2e1dc031a74294d2dc6) Acknowledge and apply inbound settings atomically - [`45f39f4`](https://github.com/square/okhttp/commit/45f39f4d3b01089d7b1802b4caf9ced540c8cd33) Don't leak incoming bytes when we race incoming data and close - [`74ecfd6`](https://github.com/square/okhttp/commit/74ecfd6580d0d9a4b771b9768ac9e99cc1804f3b) [maven-release-plugin] prepare for next development iteration - See full diff in [compare view](https://github.com/square/okhttp/compare/parent-3.12.4...parent-3.12.5)


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.