Browse Source

Upgrade to Dropwizard Metrics 4.2.22

Closes gh-38437
3.0.x
Andy Wilkinson 2 years ago
parent
commit
85e55fee9c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save