Browse Source

Upgrade to Dropwizard Metrics 4.1.12.1

Closes gh-22863
pull/22996/head
Andy Wilkinson 5 years ago
parent
commit
38891f7594
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -248,7 +248,7 @@ bom { @@ -248,7 +248,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.1.11") {
library("Dropwizard Metrics", "4.1.12.1") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save