File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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" ]
1616description = " 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
Original file line number Diff line number Diff line change 11pluginManagement {
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"
You can’t perform that action at this time.
0 commit comments