Skip to content

Commit cfb959b

Browse files
fix(deps): update dependency com.squareup.okio:okio-bom to v3.16.0 (#7519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4237a26 commit cfb959b

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
@@ -30,7 +30,7 @@ val DEPENDENCY_BOMS = listOf(
3030
"com.google.guava:guava-bom:33.4.8-jre",
3131
"com.google.protobuf:protobuf-bom:4.31.1",
3232
"com.squareup.okhttp3:okhttp-bom:$okhttpVersion",
33-
"com.squareup.okio:okio-bom:3.15.0", // applies to transitive dependencies of okhttp
33+
"com.squareup.okio:okio-bom:3.16.0", // applies to transitive dependencies of okhttp
3434
"io.grpc:grpc-bom:1.74.0",
3535
"io.netty:netty-bom:4.2.3.Final",
3636
"io.zipkin.brave:brave-bom:6.3.0",

0 commit comments

Comments
 (0)