From 5c47dd81c968290bcd2293eafba74a2d141ae287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:03:31 +0000 Subject: [PATCH] build(deps): bump io.prometheus:prometheus-metrics-exposition-formats Bumps [io.prometheus:prometheus-metrics-exposition-formats](https://github.com/prometheus/client_java) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/prometheus/client_java/releases) - [Commits](https://github.com/prometheus/client_java/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: io.prometheus:prometheus-metrics-exposition-formats dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vulnz/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulnz/build.gradle b/vulnz/build.gradle index d10d2fc..5809699 100644 --- a/vulnz/build.gradle +++ b/vulnz/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2' implementation 'com.sun.activation:jakarta.activation:2.0.1' implementation 'io.prometheus:client_java:1.3.4' - implementation 'io.prometheus:prometheus-metrics-exposition-formats:1.3.4' + implementation 'io.prometheus:prometheus-metrics-exposition-formats:1.3.5' implementation 'io.prometheus:prometheus-metrics-instrumentation-jvm:1.3.4' testImplementation 'org.springframework.boot:spring-boot-starter-test'