Skip to content

Commit

Permalink
Bump metrics-core from 4.2.2 to 4.2.3 (#2562)
Browse files Browse the repository at this point in the history
Bumps [metrics-core](https://github.com/dropwizard/metrics) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.2...v4.2.3)

---
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 Aug 23, 2021
1 parent b79934d commit 380f86a
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.2")
api("io.dropwizard.metrics:metrics-core:4.2.3")
api("io.dropwizard.metrics:metrics-jvm:4.2.3")
}
}
Expand Down

0 comments on commit 380f86a

Please sign in to comment.