Browse Source

Upgrade to Dropwizard Metrics 4.2.22

Closes gh-38429
2.7.x
Andy Wilkinson 2 years ago
parent
commit
7c504394f4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -272,7 +272,7 @@ bom { @@ -272,7 +272,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.21") {
library("Dropwizard Metrics", "4.2.22") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save