Browse Source

Upgrade to Dropwizard Metrics 4.2.18

Closes gh-34648
pull/34697/head
Andy Wilkinson 3 years ago
parent
commit
3744532dec
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save