From 12ff916e86d5618066d170f9a41429f63f7c4e74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:50:40 +0000 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v3.11.1 --- spring-prometheus-grafana-example/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-prometheus-grafana-example/compose.yaml b/spring-prometheus-grafana-example/compose.yaml index b390310..8645e61 100644 --- a/spring-prometheus-grafana-example/compose.yaml +++ b/spring-prometheus-grafana-example/compose.yaml @@ -13,7 +13,7 @@ services: prometheus: container_name: prometheus - image: prom/prometheus:v3.10.0 + image: prom/prometheus:v3.11.1 ports: - "9090:9090" volumes: