diff --git a/grpc/build.gradle.kts b/grpc/build.gradle.kts index a3e7d8a4f..d19b7b8c3 100644 --- a/grpc/build.gradle.kts +++ b/grpc/build.gradle.kts @@ -15,7 +15,7 @@ java { } } -var grpcVersion = "1.82.1" +var grpcVersion = "1.82.2" var protobufVersion = "4.35.1" var protocVersion = protobufVersion diff --git a/log-appender/build.gradle.kts b/log-appender/build.gradle.kts index 3bd34de03..567fc86e3 100644 --- a/log-appender/build.gradle.kts +++ b/log-appender/build.gradle.kts @@ -16,8 +16,8 @@ java { dependencies { // Slf4J / logback implementation("org.slf4j:slf4j-api:2.0.18") - implementation("ch.qos.logback:logback-core:1.5.37") - implementation("ch.qos.logback:logback-classic:1.5.37") + implementation("ch.qos.logback:logback-core:1.5.38") + implementation("ch.qos.logback:logback-classic:1.5.38") // JUL to SLF4J bridge implementation("org.slf4j:jul-to-slf4j:2.0.18") diff --git a/mise.toml b/mise.toml index aedc5839c..0cd639036 100644 --- a/mise.toml +++ b/mise.toml @@ -4,9 +4,9 @@ k3d = "5.8.3" kubectl = "1.36.2" # Linters -"aqua:grafana/flint" = "0.22.6" +"aqua:grafana/flint" = "0.22.8" lychee = "0.24.2" -rumdl = "0.2.28" +rumdl = "0.2.32" [env] FLINT_CONFIG_DIR = ".github/config" diff --git a/otlp/docker/docker-compose.yaml b/otlp/docker/docker-compose.yaml index e3b5b2cd2..5a8899f83 100644 --- a/otlp/docker/docker-compose.yaml +++ b/otlp/docker/docker-compose.yaml @@ -36,7 +36,7 @@ services: prometheus: container_name: prometheus - image: prom/prometheus:v3.13.0@sha256:c6b27ea434f8389bfe233fbc7be381cf50587c286e871bc842008f5a1b1908a7 + image: prom/prometheus:v3.13.1@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893 volumes: - ./prometheus.yaml:/etc/prometheus/prometheus.yml ports: diff --git a/prometheus/docker-compose.yml b/prometheus/docker-compose.yml index da1b6c893..79cb8668e 100644 --- a/prometheus/docker-compose.yml +++ b/prometheus/docker-compose.yml @@ -4,7 +4,7 @@ services: ports: - '19090:19090' prometheus: - image: prom/prometheus@sha256:c6b27ea434f8389bfe233fbc7be381cf50587c286e871bc842008f5a1b1908a7 + image: prom/prometheus@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893 volumes: - ./prometheus.yml:/etc/prometheus/prometheus.yml depends_on: diff --git a/spring-native/build.gradle.kts b/spring-native/build.gradle.kts index 030c5e559..b623ccf89 100644 --- a/spring-native/build.gradle.kts +++ b/spring-native/build.gradle.kts @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { id("java") id("org.springframework.boot") version "3.5.16" - id("org.graalvm.buildtools.native") version "1.1.3" + id("org.graalvm.buildtools.native") version "1.1.4" } description = "OpenTelemetry Example for Spring native images" diff --git a/telemetry-testing/build.gradle.kts b/telemetry-testing/build.gradle.kts index aa28704bc..1c063baa2 100644 --- a/telemetry-testing/build.gradle.kts +++ b/telemetry-testing/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-resttestclient") - testImplementation(enforcedPlatform("org.junit:junit-bom:6.1.1")) + testImplementation(enforcedPlatform("org.junit:junit-bom:6.1.2")) testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-engine") testImplementation("org.mock-server:mockserver-netty:7.4.0")