Skip to content

Commit d9e3ec0

Browse files
fix(deps): update all patch versions
1 parent 9b602eb commit d9e3ec0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ val DEPENDENCY_BOMS = listOf(
3232
"com.squareup.okhttp3:okhttp-bom:$okhttpVersion",
3333
"com.squareup.okio:okio-bom:3.17.0", // applies to transitive dependencies of okhttp
3434
"io.grpc:grpc-bom:1.80.0",
35-
"io.netty:netty-bom:4.2.10.Final",
36-
"io.zipkin.brave:brave-bom:6.3.0",
37-
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.1",
35+
"io.netty:netty-bom:4.2.12.Final",
36+
"io.zipkin.brave:brave-bom:6.3.1",
37+
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.3",
3838
"org.assertj:assertj-bom:3.27.7",
3939
"org.testcontainers:testcontainers-bom:2.0.4",
4040
"org.snakeyaml:snakeyaml-engine:2.10"

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ use_file_shell_for_executable_tasks = true
1414
# Pick the tasks you need from flint (https://github.com/grafana/flint)
1515
[tasks."lint:links"]
1616
description = "Check for broken links in changed files + all local links"
17-
file = "https://raw.githubusercontent.com/grafana/flint/8a39d96e17327c54974623b252eb5260d67ed68a/tasks/lint/links.sh" # v0.9.1
17+
file = "https://raw.githubusercontent.com/grafana/flint/df7b637ee421a491ca5c34b5be4122d8360f57c1/tasks/lint/links.sh" # v0.9.2

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id("com.gradleup.shadow") version "9.4.0"
3+
id("com.gradleup.shadow") version "9.4.1"
44
id("com.gradle.develocity") version "4.4.0"
55
id("de.undercouch.download") version "5.7.0"
66
id("org.jsonschema2pojo") version "1.3.3"

0 commit comments

Comments
 (0)