raskasa / metrics-okhttp

An OkHttp HTTP client wrapper providing Metrics instrumentation of connection pools, request durations and rates, and other useful information.
Apache License 2.0
23 stars 9 forks source link

Bump metrics-core from 4.2.3 to 4.2.5 #79

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps metrics-core from 4.2.3 to 4.2.5.

Release notes

Sourced from metrics-core's releases.

v4.2.5

Bugfixes

Dependency updates

New Contributors

Full Changelog: https://github.com/dropwizard/metrics/compare/v4.2.4...v4.2.5

v4.2.4

Dependency updates

  • Update dependency com.github.ben-manes.caffeine:caffeine to v3.0.4 (#2160)
  • Update dependency com.google.errorprone:error_prone_core to v2.9.0 (#2097, #2110, #2125)
  • Update dependency com.rabbitmq:amqp-client to v5.13.1 (#2142)
  • Update dependency org.apache.httpcomponents.core5:httpcore5 to v5.1.2 (#2173)
  • Update dependency org.checkerframework:checker-qual to v3.18.0 (#2107, #2147)
  • Update dependency org.ehcache:ehcache to v3.9.6 (#2106, #2132)
  • Update dependency org.glassfish.jaxb:jaxb-runtime to v2.3.5 (#2111)
  • Update dependency org.jdbi:jdbi3-core to v3.22.0 (#2159)
  • Update jackson.version to v2.12.5 (#2136)

... (truncated)

Commits
  • 683c846 [maven-release-plugin] prepare release v4.2.5
  • e6612d3 Update dependency org.jdbi:jdbi3-core to v3.25.0 (#2262)
  • 256f340 Update dependency org.apache.httpcomponents:httpcore to v4.4.15 (#2260)
  • 96eeb00 Update dependency org.apache.httpcomponents:httpcore-nio to v4.4.15 (#2261)
  • a103a95 Update dependency org.checkerframework:checker-qual to v3.20.0 (#2255)
  • 23316a4 Update dependency com.github.ben-manes.caffeine:caffeine to v3.0.5 (release/4...
  • ef12e54 Update dependency com.github.ben-manes.caffeine:caffeine to v2.9.3 (#2249)
  • 88b897f Update dependency org.openjdk.jcstress:jcstress-core to v0.15 (#2247)
  • bb72b27 Bump Maven to version 3.8.4
  • 1671e56 Update actions/cache action to v2.1.7 (#2244)
  • 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.


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[bot] commented 2 years ago

Superseded by #80.