Browse Source

Upgrade to Micrometer 1.16.2

Closes gh-48712
pull/48817/head
Andy Wilkinson 3 weeks ago
parent
commit
6ec393499a
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -1535,7 +1535,7 @@ bom { @@ -1535,7 +1535,7 @@ bom {
releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}")
}
}
library("Micrometer", "1.16.2-SNAPSHOT") {
library("Micrometer", "1.16.2") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save