Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Bump metrics-core from 3.2.3 to 4.1.15 - #261

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/io.dropwizard.metrics-metrics-core-4.1.15
Closed

Bump metrics-core from 3.2.3 to 4.1.15#261
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/io.dropwizard.metrics-metrics-core-4.1.15

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps metrics-core from 3.2.3 to 4.1.15.

Release notes

Sourced from metrics-core's releases.

v4.1.14

Improvements

  • Remove metrics from registry when stopping managed object (#1685)
  • Add parameter for customizing reservoir in timers in metrics-jersey2 (#1687)

Bug fixes

  • CachedGauge: Fix reloading when Clock's time is negative (#1688)

Dependency updates

  • Bump caffeine from 2.8.5 to 2.8.6 (#1680)
  • Bump jcstress-core from 0.6 to 0.7 (#1681)
  • Bump jdbi3-core from 3.15.1 to 3.17.0 (#1677, #1682)
  • Bump jmh.version from 1.25.2 to 1.26 (#1674)
  • Bump mockito-core from 3.5.13 to 3.5.15 (#1683)
  • Bump actions/cache from v2.1.1 to v2.1.2 (#1675)
  • Bump actions/stale from v3.0.11 to v3.0.12 (#1676)

Assorted

  • Add analysis with SonarCloud (#1673)
  • Add code coverage metrics via JaCoCo (#1678)

v4.1.13

Bug fixes

  • Use custom separators in CSV header (#1671)
  • Fix ExponentiallyDecayingReservoir constant rescaling (#1654)

Dependency updates

  • Bump ehcache from 3.8.1 to 3.9.0 (#1641)
  • Bump httpclient from 4.5.12 to 4.5.13 (#1666)
  • Bump httpclient5 from 5.0.1 to 5.0.3 (#1658, #1668)
  • Bump jdbi3-core from 3.14.1 to 3.15.1 (#1632, #1637, #1661, #1667)
  • Bump jersey-bom from 2.31 to 2.32 (#1657)
  • Bump jetty9.version from 9.4.31.v20200723 to 9.4.32.v20200930 (#1659)
  • Bump assertj-core from 3.16.1 to 3.17.2 (#1636, #1644, #1649)
  • Bump mockito-core from 3.4.6 to 3.5.10 (#1633, #1634, #1651, #1655, #1635, #1639, #1642, #1645, #1647)
  • Bump jmh.version from 1.24 to 1.25.2 (#1631, #1643, #1646)
  • Bump jcstress-core from 0.5 to 0.6 (#1669)
  • Bump actions/cache from v1 to v2.1.1 (#1663)
  • Bump actions/stale from v1 to v3.0.11 (#1662)
  • Bump maven-project-info-reports-plugin from 3.1.0 to 3.1.1 (#1648)
  • Bump maven-resources-plugin from 3.1.0 to 3.2.0 (#1630)

v4.1.12.1

Bug fixes

Commits
  • 472b96f [maven-release-plugin] prepare release v4.1.15
  • f61bdd4 Bump assertj-core from 3.18.0 to 3.18.1 (#1709)
  • e5831a8 Upgrade to Jackson 2.9.10.6 (#1708)
  • 5a6926b Bump log4j2.version from 2.13.3 to 2.14.0 (#1707)
  • f330dc0 Bump actions/cache from v2.1.2 to v2.1.3 (#1703)
  • 15985a0 Bump jetty9.version from 9.4.33.v20201020 to 9.4.34.v20201102 (#1699)
  • c9ae1dc Bump actions/stale from v3.0.12 to v3.0.13 (#1698)
  • 2e7f9d1 Run SonarCloud analysis only when SONAR_TOKEN is available (#1697)
  • 6a3c1d2 Add explicit version for sphinx-maven-plugin to fix build warning
  • b9ad643 Run SonarCloud analysis only in dropwizard/metrics
  • 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 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:

  • 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)

Bumps [metrics-core](https://github.com/dropwizard/metrics) from 3.2.3 to 4.1.15.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v3.2.3...v4.1.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Nov 13, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #265.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/maven/io.dropwizard.metrics-metrics-core-4.1.15 branch November 26, 2020 13:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants