From 29c654530cb1907788b6edac5be366ddd60199e1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Jan 2022 17:38:28 +0000 Subject: [PATCH] Upgrade to Prometheus Client 0.14.1 Closes gh-29288 --- 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 3e36b3969a..fbc465ea7d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1043,7 +1043,7 @@ bom { ] } } - library("Prometheus Client", "0.12.0") { + library("Prometheus Client", "0.14.1") { group("io.prometheus") { imports = [ "simpleclient_bom"