From 361e624b0a5148427de1a91d6b495f2d86490afa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:40 +0100 Subject: [PATCH] Upgrade to Prometheus Client 0.15.0 Closes gh-29859 --- 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 9bd00cc2a5..2f2637c14c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1365,7 +1365,7 @@ bom { ] } } - library("Prometheus Client", "0.14.1") { + library("Prometheus Client", "0.15.0") { group("io.prometheus") { imports = [ "simpleclient_bom"