Skip to content

Commit ed9c65e

Browse files
fix(deps): update dependency io.netty:netty-bom to v4.2.4.final (#7567)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3286f41 commit ed9c65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val DEPENDENCY_BOMS = listOf(
3232
"com.squareup.okhttp3:okhttp-bom:$okhttpVersion",
3333
"com.squareup.okio:okio-bom:3.16.0", // applies to transitive dependencies of okhttp
3434
"io.grpc:grpc-bom:1.74.0",
35-
"io.netty:netty-bom:4.2.3.Final",
35+
"io.netty:netty-bom:4.2.4.Final",
3636
"io.zipkin.brave:brave-bom:6.3.0",
3737
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.1",
3838
"org.assertj:assertj-bom:3.27.4",

0 commit comments

Comments
 (0)