Browse Source

Upgrade to Dropwizard Metrics 4.2.2

Closes gh-27258
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
108616bf48
  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.22") {
library("Dropwizard Metrics", "4.2.2") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save