Browse Source

Upgrade to Dropwizard Metrics 4.2.20

Closes gh-37760
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
8dc6ceb9bf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save