Browse Source

Upgrade to Dropwizard Metrics 4.2.21

Closes gh-37897
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
2fabc49a1e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -242,7 +242,7 @@ bom { @@ -242,7 +242,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.20") {
library("Dropwizard Metrics", "4.2.21") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save