Browse Source

Upgrade to Dropwizard Metrics 4.1.22

Closes gh-26777
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
7ccbe3c5f8
  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.21") {
library("Dropwizard Metrics", "4.1.22") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save