From 2c322b67f13f0c077d14acfdcefdf2b15853105c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 09:42:37 +0100 Subject: [PATCH] Upgrade to Prometheus Client 0.14.1 Closes gh-29234 --- 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 a5c6aeeff02..5f1da42c5f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1361,7 +1361,7 @@ bom { ] } } - library("Prometheus Client", "0.12.0") { + library("Prometheus Client", "0.14.1") { group("io.prometheus") { imports = [ "simpleclient_bom"