From 4f4c80b7e0df5aad6d79a2dab2309b4126ea2309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:56:53 +0000 Subject: [PATCH] Bump io.prometheus:prometheus-metrics-core from 1.3.1 to 1.3.2 (#183) Bumps [io.prometheus:prometheus-metrics-core](https://github.com/prometheus/client_java) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/prometheus/client_java/releases) - [Commits](https://github.com/prometheus/client_java/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: io.prometheus:prometheus-metrics-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mediator/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediator/build.gradle.kts b/mediator/build.gradle.kts index 381b258e..c48d4ef6 100644 --- a/mediator/build.gradle.kts +++ b/mediator/build.gradle.kts @@ -17,7 +17,7 @@ application { dependencies { implementation(project(":modell")) implementation(libs.dp.biblioteker.oauth2.klient) - implementation("io.prometheus:prometheus-metrics-core:1.3.1") + implementation("io.prometheus:prometheus-metrics-core:1.3.2") implementation(libs.rapids.and.rivers) implementation("io.getunleash:unleash-client-java:9.2.4")