Browse Source

Upgrade to Dropwizard Metrics 4.2.26

Closes gh-41055
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
60e02f83d8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -247,7 +247,7 @@ bom { @@ -247,7 +247,7 @@ bom {
]
}
}
library("Dropwizard Metrics", "4.2.25") {
library("Dropwizard Metrics", "4.2.26") {
group("io.dropwizard.metrics") {
imports = [
"metrics-bom"

Loading…
Cancel
Save