Browse Source

Upgrade to Dropwizard Metrics 4.2.16

Closes gh-34277
pull/34312/head
Andy Wilkinson 3 years ago
parent
commit
eb8f8c595b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -206,7 +206,7 @@ bom {
] ]
} }
} }
library("Dropwizard Metrics", "4.2.15") { library("Dropwizard Metrics", "4.2.16") {
group("io.dropwizard.metrics") { group("io.dropwizard.metrics") {
imports = [ imports = [
"metrics-bom" "metrics-bom"

Loading…
Cancel
Save