Browse Source

Upgrade to Dropwizard Metrics 4.2.7

Closes gh-29125
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
9ec44d80cf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -250,7 +250,7 @@ bom { @@ -250,7 +250,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.5") {
library("Dropwizard Metrics", "4.2.7") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save