dropwizard / dropwizard-health

Provides a health check implementation that performs ongoing monitoring of an application's dependencies and includes an endpoint that can be called by a load balancer to determine if the application is healthy and thus able to receive traffic.
Apache License 2.0
18 stars 6 forks source link

Bump wiremock from 2.24.1 to 2.25.0 #18

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wiremock from 2.24.1 to 2.25.0.

Commits - [`f7fbb84`](https://github.com/tomakehurst/wiremock/commit/f7fbb846cd7b259fddc16ae136056b6582ec47bf) Tweaked test logging in CI - [`a125dd9`](https://github.com/tomakehurst/wiremock/commit/a125dd914d2f5db79966bc5db9ebc8a040a700b1) Made junit a compileOnly (provided) dependency to avoid hamcrest class clashe... - [`89b9839`](https://github.com/tomakehurst/wiremock/commit/89b98398a29a68f3ac8fd14869f33bfdb10592ae) Jackson version bump (fixing multiple CVEs) ([#1191](https://github-redirect.dependabot.com/tomakehurst/wiremock/issues/1191)) - [`b4013ff`](https://github.com/tomakehurst/wiremock/commit/b4013ffafc9d86ba0d3785dc05829fed054e2d48) Fixed java7 test broken by littleproxy version switching - [`a2014e3`](https://github.com/tomakehurst/wiremock/commit/a2014e3daa573a6eca59017f5e46f6c3215b592a) Added HTTP/2 support in the jre8 version - [`f5e3484`](https://github.com/tomakehurst/wiremock/commit/f5e34843cc78720bc9745ec4e7ca1832eb42a6ae) Fixed [#1175](https://github-redirect.dependabot.com/tomakehurst/wiremock/issues/1175) - unable to use absent() with matchesJsonPath due to serialisatio... - [`f0cd8f2`](https://github.com/tomakehurst/wiremock/commit/f0cd8f2d1614fbd332b07654e303707b77736fda) Added docs for request journal event removal - [`e0c18ef`](https://github.com/tomakehurst/wiremock/commit/e0c18ef70c9f6e8c2c7b48a0b20fe56c024a1099) Added ability to remove serve events by stub metadata - [`5b6a366`](https://github.com/tomakehurst/wiremock/commit/5b6a3666f3c04b8d6e99799a9d8ace09ab05cd64) Added ability to remove serve events (logged requests) via a request pattern - [`25b057a`](https://github.com/tomakehurst/wiremock/commit/25b057aac4083cf24cd75e87c76de16309cdaf98) Added ability to remove serve events (logged requests) by ID - Additional commits viewable in [compare view](https://github.com/tomakehurst/wiremock/compare/2.24.1...2.25.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) - 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.
natalie-zamani commented 5 years ago

@dependabot rebase