From 5411274eba4bb35f1a8e722129ff11050eb3cce2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 08:55:09 +0200 Subject: [PATCH] Upgrade to Prometheus PushGateway 0.9.0 Closes gh-21412 --- 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 cd4dc53f480..c8964dcf818 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1341,7 +1341,7 @@ bom { ] } } - library("Prometheus PushGateway", "0.8.1") { + library("Prometheus PushGateway", "0.9.0") { group("io.prometheus") { modules = [ "simpleclient_pushgateway"