From 9e9f25e2716b09271180baac71ceb264107569a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:06:12 +0000 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v3.11.2 --- 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..41e7d08 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.2 ports: - "9090:9090" volumes: