Browse Source

Upgrade to Dropwizard Metrics 4.2.12

Closes gh-32316
pull/32861/head
Stephane Nicoll 3 years ago
parent
commit
a32bf83f60
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -276,7 +276,7 @@ bom { @@ -276,7 +276,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.11") {
library("Dropwizard Metrics", "4.2.12") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save