Browse Source

Upgrade to Dropwizard Metrics 4.2.18

Closes gh-35508
2.6.x
Andy Wilkinson 3 years ago
parent
commit
c1d7d5031d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -258,7 +258,7 @@ bom { @@ -258,7 +258,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.13") {
library("Dropwizard Metrics", "4.2.18") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save