Skip to content

Commit bfd65eb

Browse files
fix(deps): update all patch versions
1 parent c652886 commit bfd65eb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

grpc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ java {
1515
}
1616
}
1717

18-
var grpcVersion = "1.83.0"
18+
var grpcVersion = "1.83.1"
1919
var protobufVersion = "4.35.1"
2020
var protocVersion = protobufVersion
2121

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kubectl = "1.36.3"
88
"aqua:grafana/flint" = "0.22.10"
99
dotenv-linter = "4.0.0"
1010
lychee = "0.24.2"
11-
rumdl = "0.2.43"
11+
rumdl = "0.2.49"
1212

1313
[env]
1414
FLINT_CONFIG_DIR = ".github/config"

otlp/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636

3737
prometheus:
3838
container_name: prometheus
39-
image: prom/prometheus:v3.13.1@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893
39+
image: prom/prometheus:v3.13.2@sha256:508729e0e2d18e11fd742a5a5ca70e557b940a93948c3c95fd0123a6fd538b69
4040
volumes:
4141
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
4242
ports:

prometheus/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
ports:
55
- '19090:19090'
66
prometheus:
7-
image: prom/prometheus@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893
7+
image: prom/prometheus@sha256:508729e0e2d18e11fd742a5a5ca70e557b940a93948c3c95fd0123a6fd538b69
88
volumes:
99
- ./prometheus.yml:/etc/prometheus/prometheus.yml
1010
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.16"
6-
id("org.graalvm.buildtools.native") version "1.1.6"
6+
id("org.graalvm.buildtools.native") version "1.1.7"
77
}
88

99
description = "OpenTelemetry Example for Spring native images"

0 commit comments

Comments
 (0)