diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 17aca7d7547..17202b530c4 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -32,9 +32,9 @@ val DEPENDENCY_BOMS = listOf( "com.squareup.okhttp3:okhttp-bom:$okhttpVersion", "com.squareup.okio:okio-bom:3.17.0", // applies to transitive dependencies of okhttp "io.grpc:grpc-bom:1.80.0", - "io.netty:netty-bom:4.2.10.Final", - "io.zipkin.brave:brave-bom:6.3.0", - "io.zipkin.reporter2:zipkin-reporter-bom:3.5.1", + "io.netty:netty-bom:4.2.12.Final", + "io.zipkin.brave:brave-bom:6.3.1", + "io.zipkin.reporter2:zipkin-reporter-bom:3.5.3", "org.assertj:assertj-bom:3.27.7", "org.testcontainers:testcontainers-bom:2.0.4", "org.snakeyaml:snakeyaml-engine:2.10" diff --git a/mise.toml b/mise.toml index c6f0d7c0384..070b3db4eb9 100644 --- a/mise.toml +++ b/mise.toml @@ -14,4 +14,4 @@ use_file_shell_for_executable_tasks = true # Pick the tasks you need from flint (https://github.com/grafana/flint) [tasks."lint:links"] description = "Check for broken links in changed files + all local links" -file = "https://raw.githubusercontent.com/grafana/flint/8a39d96e17327c54974623b252eb5260d67ed68a/tasks/lint/links.sh" # v0.9.1 +file = "https://raw.githubusercontent.com/grafana/flint/df7b637ee421a491ca5c34b5be4122d8360f57c1/tasks/lint/links.sh" # v0.9.2 diff --git a/settings.gradle.kts b/settings.gradle.kts index 2c15a69f40e..64ca69319ca 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,6 @@ pluginManagement { plugins { - id("com.gradleup.shadow") version "9.4.0" + id("com.gradleup.shadow") version "9.4.1" id("com.gradle.develocity") version "4.4.0" id("de.undercouch.download") version "5.7.0" id("org.jsonschema2pojo") version "1.3.3"