From d97cdbb39e22fd56c735edcc4e1ab881a3ef0200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 01:35:47 +0000 Subject: [PATCH] Bump simpleclient_common from 0.15.0 to 0.16.0 Bumps [simpleclient_common](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_common 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..07b19dc 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { // Prometheus compile("io.prometheus:simpleclient:0.15.0") - compile("io.prometheus:simpleclient_common:0.15.0") + compile("io.prometheus:simpleclient_common:0.16.0") testCompile('org.springframework.boot:spring-boot-starter-test')