rewe-digital / composer

Dynamically composes markup generated by microservices. Based on Java8, reactive patterns and Spotify Apollo. Made with 💙 in cologne.
Apache License 2.0
10 stars 2 forks source link

Bump mockwebserver from 2.5.0 to 2.7.5 #50

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps mockwebserver from 2.5.0 to 2.7.5.

Changelog

Sourced from mockwebserver's changelog.

Version 2.7.5

2016-02-25

  • Fix: Change the certificate pinner to always build full chains. This prevents a potential crash when using certificate pinning with the Google Play Services security provider.

Version 2.7.4

2016-02-07

  • Fix: Don't crash when finding the trust manager if the Play Services (GMS) security provider is installed.
  • Fix: The previous release introduced a performance regression on Android, caused by looking up CA certificates. This is now fixed.

Version 2.7.3

2016-02-06

  • Fix: Permit the trusted CA root to be pinned by CertificatePinner.

Version 2.7.2

2016-01-07

  • Fix: Don't eagerly release stream allocations on cache hits. We might still need them to handle redirects.

Version 2.7.1

2016-01-01

  • Fix: Don't do a health check on newly-created connections. This is unnecessary work that could put the client in an inconsistent state if the health check fails.

Version 2.7.0

2015-12-13

  • Rewritten connection management. Previously OkHttp's connection pool managed both idle and active connections for HTTP/2, but only idle connections for HTTP/1.x. With this update the connection pool manages both
... (truncated)
Commits
  • 6e236ce [maven-release-plugin] prepare release parent-2.7.5
  • 6d136f1 Update the changelog for 2.7.5.
  • 63f7466 Merge pull request #2373 from square/jwilson_0225_certpinner_cherrypicks
  • 650486b Don't require the CA root to be self-signed.
  • ae70355 Always build full chains with CertificateChainCleaner.
  • a7aaf78 Update changelog for 2.7.4.
  • 9c78865 [maven-release-plugin] prepare for next development iteration
  • edaa258 [maven-release-plugin] prepare release parent-2.7.4
  • 5377f25 Merge pull request #2326 from square/jwilson_0207_backport_pinning_fixes
  • 1094d74 Support the GMS security provider when searching for the trust manager.
  • Additional commits viewable in compare view


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 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)
AndreasKl commented 4 years ago

@dependabot ignore this minor version

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you about version 2.7.x again, unless you re-open this PR or update to a 2.7.x release yourself.