Browse Source

Upgrade to Dropwizard Metrics 4.2.15

Closes gh-33795
pull/33838/head
Andy Wilkinson 3 years ago
parent
commit
236ebbaa4a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -206,7 +206,7 @@ bom {
] ]
} }
} }
library("Dropwizard Metrics", "4.2.14") { library("Dropwizard Metrics", "4.2.15") {
group("io.dropwizard.metrics") { group("io.dropwizard.metrics") {
imports = [ imports = [
"metrics-bom" "metrics-bom"

Loading…
Cancel
Save