Browse Source

Upgrade to Dropwizard Metrics 4.2.16

Closes gh-34240
pull/34332/head
Andy Wilkinson 3 years ago
parent
commit
2558866040
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -283,7 +283,7 @@ bom { @@ -283,7 +283,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.15") {
library("Dropwizard Metrics", "4.2.16") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save