From 387fe4b5bb2798e7723d66a997a6f197ab231936 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:34 +0000 Subject: [PATCH] Upgrade to Prometheus PushGateway 0.10.0 Closes gh-25250 --- 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 f58761f0ee..b471975fb5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1335,7 +1335,7 @@ bom { ] } } - library("Prometheus PushGateway", "0.9.0") { + library("Prometheus PushGateway", "0.10.0") { group("io.prometheus") { modules = [ "simpleclient_pushgateway"