From 4296dbb792d932806a6380b40f92ad0d070e8bc5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:18:04 +0100 Subject: [PATCH] Upgrade to Prometheus PushGateway 0.8.1 Closes gh-20089 --- 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 b96397b856..e077bf138f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1298,7 +1298,7 @@ bom { ] } } - library("Prometheus PushGateway", "0.8.0") { + library("Prometheus PushGateway", "0.8.1") { group("io.prometheus") { modules = [ "simpleclient_pushgateway"