From 88206dab1b2a3ed9b3a9b919dd025a3a09ad8c30 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 Sep 2021 13:31:19 +0100 Subject: [PATCH] Upgrade to Prometheus Client 0.12.0 Closes gh-28055 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a6be1b7a854..abb67260673 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1337,7 +1337,7 @@ bom { ] } } - library("Prometheus Client", "0.11.0") { + library("Prometheus Client", "0.12.0") { group("io.prometheus") { imports = [ "simpleclient_bom"