From 743e3d47bb6125454b6cdb487e653e53f34bb3c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:09:43 +0000 Subject: [PATCH 1/2] Update all patch versions --- .github/renovate.json5 | 2 +- compressors/compressor-zstd/build.gradle.kts | 2 +- dependencyManagement/build.gradle.kts | 2 +- mise.toml | 4 ++-- runtime-attach/runtime-attach-core/build.gradle.kts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1c647ce519..2aea6ac109 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,7 @@ { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: [ - "github>grafana/flint#v0.22.4", + "github>grafana/flint#v0.22.5", 'config:best-practices', 'helpers:pinGitHubActionDigestsToSemver', 'customManagers:githubActionsVersions', diff --git a/compressors/compressor-zstd/build.gradle.kts b/compressors/compressor-zstd/build.gradle.kts index 65bba973f0..5108b75c35 100644 --- a/compressors/compressor-zstd/build.gradle.kts +++ b/compressors/compressor-zstd/build.gradle.kts @@ -9,7 +9,7 @@ otelJava.moduleName.set("io.opentelemetry.contrib.compressor.zstd") dependencies { api("io.opentelemetry:opentelemetry-exporter-common") - implementation("com.github.luben:zstd-jni:1.5.7-9") + implementation("com.github.luben:zstd-jni:1.5.7-10") testImplementation("io.opentelemetry:opentelemetry-sdk-testing") testImplementation("io.opentelemetry:opentelemetry-exporter-otlp") diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index e21398199a..519d8710e1 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { api("com.google.code.findbugs:annotations:3.0.1u2") api("com.google.code.findbugs:jsr305:3.0.2") - api("com.uber.nullaway:nullaway:0.13.4") + api("com.uber.nullaway:nullaway:0.13.6") api("org.assertj:assertj-core:3.27.7") api("org.awaitility:awaitility:4.3.0") api("org.bouncycastle:bcpkix-jdk15on:1.70") diff --git a/mise.toml b/mise.toml index e9fdaaa4f0..22edd60b59 100644 --- a/mise.toml +++ b/mise.toml @@ -1,9 +1,9 @@ [tools] # Linters -"aqua:grafana/flint" = "0.22.4" +"aqua:grafana/flint" = "0.22.5" lychee = "0.24.2" -rumdl = "0.2.4" +rumdl = "0.2.10" [env] FLINT_CONFIG_DIR = ".github/config" diff --git a/runtime-attach/runtime-attach-core/build.gradle.kts b/runtime-attach/runtime-attach-core/build.gradle.kts index 907f9bb9a5..c977d00c1f 100644 --- a/runtime-attach/runtime-attach-core/build.gradle.kts +++ b/runtime-attach/runtime-attach-core/build.gradle.kts @@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach otelJava.moduleName.set("io.opentelemetry.contrib.attach.core") dependencies { - implementation("net.bytebuddy:byte-buddy-agent:1.18.9") + implementation("net.bytebuddy:byte-buddy-agent:1.18.10") // Used by byte-buddy but not brought in as a transitive dependency. compileOnly("com.google.code.findbugs:annotations") From c0b4aec9762e4f7dc6d2f72d8f5b3bbec6afac6d Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Tue, 9 Jun 2026 10:18:50 +0300 Subject: [PATCH 2/2] fix formatting --- ibm-mq-metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm-mq-metrics/README.md b/ibm-mq-metrics/README.md index ce78d7a476..20c908dfee 100644 --- a/ibm-mq-metrics/README.md +++ b/ibm-mq-metrics/README.md @@ -176,7 +176,7 @@ _Note: The following is only needed for versions of Java 8 before 8u161._ * `-Djavax.net.ssl.keyStorePassword=` b. In `config.yml`, configure `sslConnection.trustStorePassword`. - The same applies to the key store configuration. + The same applies to the key store configuration. ```text sslConnection: