Skip to content

Commit

Permalink
Bump metrics.version from 4.2.0 to 4.2.1 (#2173)
Browse files Browse the repository at this point in the history
Bumps `metrics.version` from 4.2.0 to 4.2.1.

Updates `metrics-core` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.0...v4.2.1)

Updates `metrics-servlets` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.0...v4.2.1)

Updates `metrics-servlet` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-servlets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <[email protected]>
  • Loading branch information
dependabot[bot] and aklish authored Jun 24, 2021
1 parent f6eff8a commit 4756f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elide-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<properties>
<!-- Versions -->
<logback.version>1.2.3</logback.version>
<metrics.version>4.2.0</metrics.version>
<metrics.version>4.2.1</metrics.version>

<!-- Settings -->
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 4756f71

Please sign in to comment.