From 204391d6bea3a3e5602069ea5552d63b0ac9f624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:35:06 +0000 Subject: [PATCH 1/2] Update all patch and minor versions --- .github/renovate.json5 | 2 +- buildSrc/build.gradle.kts | 2 +- buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- mise.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b521b9b..8f37082 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.10", + "github>grafana/flint#v0.22.11", 'config:best-practices', 'helpers:pinGitHubActionDigestsToSemver', 'customManagers:githubActionsVersions', diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 81ff285..50d8557 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -10,7 +10,7 @@ repositories { dependencies { implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:7.4.0") - implementation("com.diffplug.spotless:spotless-plugin-gradle:8.10.0") + implementation("com.diffplug.spotless:spotless-plugin-gradle:8.10.1") implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.1") implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.6") // Needed for japicmp but not automatically brought in for some reason. diff --git a/buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts b/buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts index a002ed5..b95b601 100644 --- a/buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts @@ -26,7 +26,7 @@ java { checkstyle { configDirectory.set(file("$rootDir/buildscripts/")) - toolVersion = "14.0.0" + toolVersion = "14.1.0" isIgnoreFailures = false configProperties["rootDir"] = rootDir } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 84c5a9c..760c459 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionSha256Sum=acd53f1edaf02f1a8ff99879f8a34b302661a057d9b063ae9e35b552f804d20a +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/mise.toml b/mise.toml index 4e46268..11f47f4 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] # Linters -"aqua:grafana/flint" = "0.22.10" +"aqua:grafana/flint" = "0.22.11" lychee = "0.24.2" [tasks.lint] From 27e5a8234758fb6efe2bfc24f1e981e54ba95d61 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Tue, 1 Sep 2026 08:37:31 +0300 Subject: [PATCH 2/2] exclude slack from link check --- .github/config/lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/config/lychee.toml b/.github/config/lychee.toml index 6df8958..1d707a8 100644 --- a/.github/config/lychee.toml +++ b/.github/config/lychee.toml @@ -11,4 +11,5 @@ include_fragments = "full" exclude = [ "^https://github.com/.*#discussion_r.*$", + "^https://cloud-native\\.slack\\.com/", # slack requires auth ]