Browse Source

Upgrade to Dropwizard Metrics 4.2.17

Closes gh-34446
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
a56bdba224
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save