Browse Source

Upgrade to Dropwizard Metrics 4.1.17

Closes gh-24900
pull/24946/head
Stephane Nicoll 5 years ago
parent
commit
1c42d22e1c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -241,7 +241,7 @@ bom { @@ -241,7 +241,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.1.16") {
library("Dropwizard Metrics", "4.1.17") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save