From 5923c5f6619fbb855824b31f35be61e1ed3c0b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 01:35:57 +0000 Subject: [PATCH] Bump simpleclient from 0.15.0 to 0.16.0 Bumps [simpleclient](https://github.com/prometheus/client_java) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/prometheus/client_java/releases) - [Commits](https://github.com/prometheus/client_java/compare/parent-0.15.0...parent-0.16.0) --- updated-dependencies: - dependency-name: io.prometheus:simpleclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f516116..dbfe3eb 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { compile("org.jetbrains.kotlin:kotlin-reflect") // Prometheus - compile("io.prometheus:simpleclient:0.15.0") + compile("io.prometheus:simpleclient:0.16.0") compile("io.prometheus:simpleclient_common:0.15.0") testCompile('org.springframework.boot:spring-boot-starter-test')