Skip to content

Commit 2654c08

Browse files
chore(deps): update all patch versions (#860)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b81b7c7 commit 2654c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prometheus/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
ports:
66
- '19090:19090'
77
prometheus:
8-
image: prom/prometheus@sha256:29c1e0b48ad816750245dea3d65ac3ce57dda30547e67b1e9a5176e2953cc4dc
8+
image: prom/prometheus@sha256:ff7e389acbe064a4823212a500393d40a28a8f362e4b05cbf6742a9a3ef736b2
99
volumes:
1010
- ./prometheus.yml:/etc/prometheus/prometheus.yml
1111
depends_on:

spring-native/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
33
plugins {
44
id("java")
55
id("org.springframework.boot") version "3.5.6"
6-
id("org.graalvm.buildtools.native") version "0.11.1"
6+
id("org.graalvm.buildtools.native") version "0.11.2"
77
}
88

99
description = "OpenTelemetry Example for Spring native images"

0 commit comments

Comments
 (0)