Browse Source

Upgrade to Dropwizard Metrics 4.1.24

Closes gh-27031
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
9bc1c4dff2
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -248,7 +248,7 @@ bom { @@ -248,7 +248,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.1.22") {
library("Dropwizard Metrics", "4.1.24") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save