Browse Source

Upgrade to Dropwizard Metrics 4.2.10

Closes gh-31486
pull/31676/head
Stephane Nicoll 4 years ago
parent
commit
e74163704c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -255,7 +255,7 @@ bom { @@ -255,7 +255,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.9") {
library("Dropwizard Metrics", "4.2.10") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save