Browse Source

Upgrade to Dropwizard Metrics 4.1.9

Closes gh-21844
pull/22035/head
Andy Wilkinson 6 years ago
parent
commit
cfd5cb5496
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -247,7 +247,7 @@ bom { @@ -247,7 +247,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.1.7") {
library("Dropwizard Metrics", "4.1.9") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save