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.4 #72

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps metrics-core from 4.2.3 to 4.2.4.

Release notes

Sourced from metrics-core's releases.

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)
  • Update jersey.version to 2.35, 3.0.3 (#2150)
  • Update jetty9.version to v9.4.44.v20210927 (#2174)
  • Update logback.version to v1.2.6 (#2090, #2096, #2156)
  • Update slf4j.version (release/4.2.x) (#2059)
  • Update dependency org.assertj:assertj-core to v3.21.0 (#2166)
  • Update dependency org.mockito:mockito-core to v3.12.4 (#2126, #2133)
  • Update jmh.version to v1.33 (release/4.2.x) (#2117)
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.1 (#2153)
  • Bump Maven to version 3.8.2 (#2120)
Commits
  • dc10a19 [maven-release-plugin] prepare release v4.2.4
  • b1c8d00 Update dependency org.apache.httpcomponents.core5:httpcore5 to v5.1.2 (releas...
  • d1a5015 Update jersey.version (#2150)
  • b3a7838 Update jetty9.version to v9.4.44.v20210927 (release/4.2.x) (#2174)
  • cb3c59e Update dependency org.assertj:assertj-core to v3.21.0 (release/4.2.x) (#2166)
  • d5497d6 Update dependency com.github.ben-manes.caffeine:caffeine to v3.0.4 (release/4...
  • 63f9df3 Update dependency org.jdbi:jdbi3-core to v3.22.0 (release/4.2.x) (#2159)
  • deaf337 Update logback.version to v1.2.6 (#2156)
  • 4880e2b Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.1 (#2...
  • 97ae2e4 Update dependency org.checkerframework:checker-qual to v3.18.0 (#2147)
  • 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 #79.