Browse Source

Upgrade to Dropwizard Metrics 4.2.16

Closes gh-34258
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
76f8c0533a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save