Skip to content

Commit

Permalink
Bump metrics-core from 4.2.0 to 4.2.1 (#2525)
Browse files Browse the repository at this point in the history
Bumps [metrics-core](https://github.com/dropwizard/metrics) 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
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2021
1 parent 300b220 commit bae0161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktor-features/ktor-metrics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin {
sourceSets {
val jvmMain by getting {
dependencies {
api("io.dropwizard.metrics:metrics-core:4.2.0")
api("io.dropwizard.metrics:metrics-core:4.2.1")
api("io.dropwizard.metrics:metrics-jvm:4.2.0")
}
}
Expand Down

0 comments on commit bae0161

Please sign in to comment.