Skip to content

Commit 7484024

Browse files
fix(deps): update all patch versions
1 parent 23a0ccd commit 7484024

7 files changed

Lines changed: 9 additions & 9 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.82.1"
18+
var grpcVersion = "1.82.2"
1919
var protobufVersion = "4.35.1"
2020
var protocVersion = protobufVersion
2121

log-appender/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ java {
1616
dependencies {
1717
// Slf4J / logback
1818
implementation("org.slf4j:slf4j-api:2.0.18")
19-
implementation("ch.qos.logback:logback-core:1.5.37")
20-
implementation("ch.qos.logback:logback-classic:1.5.37")
19+
implementation("ch.qos.logback:logback-core:1.5.38")
20+
implementation("ch.qos.logback:logback-classic:1.5.38")
2121

2222
// JUL to SLF4J bridge
2323
implementation("org.slf4j:jul-to-slf4j:2.0.18")

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ k3d = "5.8.3"
44
kubectl = "1.36.2"
55

66
# Linters
7-
"aqua:grafana/flint" = "0.22.6"
7+
"aqua:grafana/flint" = "0.22.8"
88
lychee = "0.24.2"
9-
rumdl = "0.2.28"
9+
rumdl = "0.2.32"
1010

1111
[env]
1212
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.0@sha256:c6b27ea434f8389bfe233fbc7be381cf50587c286e871bc842008f5a1b1908a7
39+
image: prom/prometheus:v3.13.1@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893
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:c6b27ea434f8389bfe233fbc7be381cf50587c286e871bc842008f5a1b1908a7
7+
image: prom/prometheus@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893
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.3"
6+
id("org.graalvm.buildtools.native") version "1.1.4"
77
}
88

99
description = "OpenTelemetry Example for Spring native images"

telemetry-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
testImplementation("org.springframework.boot:spring-boot-starter-test")
3737
testImplementation("org.springframework.boot:spring-boot-resttestclient")
3838

39-
testImplementation(enforcedPlatform("org.junit:junit-bom:6.1.1"))
39+
testImplementation(enforcedPlatform("org.junit:junit-bom:6.1.2"))
4040
testImplementation("org.junit.jupiter:junit-jupiter-api")
4141
testImplementation("org.junit.jupiter:junit-jupiter-engine")
4242
testImplementation("org.mock-server:mockserver-netty:7.4.0")

0 commit comments

Comments
 (0)