From caf2c70ece46d3f3f2e1d58bf96ccecab71aa961 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:18 +0200 Subject: [PATCH] Upgrade to Prometheus PushGateway 0.11.0 Closes gh-27281 --- 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 2d6e8bc7905..03b5803e7b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1351,7 +1351,7 @@ bom { ] } } - library("Prometheus PushGateway", "0.10.0") { + library("Prometheus PushGateway", "0.11.0") { group("io.prometheus") { modules = [ "simpleclient_pushgateway"