Browse Source

Upgrade to Dropwizard Metrics 4.2.23

Closes gh-38798
pull/38821/head
Andy Wilkinson 2 years ago
parent
commit
06068894a4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save