Browse Source

Upgrade to Dropwizard Metrics 4.2.20

Closes gh-37755
pull/38325/head
Andy Wilkinson 2 years ago
parent
commit
22df3b539d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -210,7 +210,7 @@ bom { @@ -210,7 +210,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.19") {
library("Dropwizard Metrics", "4.2.20") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save