Skip to content

Commit 233e111

Browse files
fix(deps): update dependency io.netty:netty-bom to v4.2.0.final (#7244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ecc0be commit 233e111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ val DEPENDENCY_BOMS = listOf(
1919
"com.squareup.okhttp3:okhttp-bom:4.12.0",
2020
"com.squareup.okio:okio-bom:3.10.2", // applies to transitive dependencies of okhttp
2121
"io.grpc:grpc-bom:1.71.0",
22-
"io.netty:netty-bom:4.1.119.Final",
22+
"io.netty:netty-bom:4.2.0.Final",
2323
"io.zipkin.brave:brave-bom:6.1.0",
2424
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.0",
2525
"org.assertj:assertj-bom:3.27.3",

0 commit comments

Comments
 (0)