Browse Source

Upgrade to Dropwizard Metrics 4.2.8

Closes gh-29832
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
05e95de028
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -253,7 +253,7 @@ bom { @@ -253,7 +253,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.7") {
library("Dropwizard Metrics", "4.2.8") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save