Skip to content

Commit 07a2703

Browse files
fix(deps): update dependency com.squareup.okio:okio-bom to v3.11.0
1 parent 00b61a2 commit 07a2703

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
@@ -17,7 +17,7 @@ val DEPENDENCY_BOMS = listOf(
1717
"com.google.guava:guava-bom:33.4.6-jre",
1818
"com.google.protobuf:protobuf-bom:4.30.2",
1919
"com.squareup.okhttp3:okhttp-bom:4.12.0",
20-
"com.squareup.okio:okio-bom:3.10.2", // applies to transitive dependencies of okhttp
20+
"com.squareup.okio:okio-bom:3.11.0", // applies to transitive dependencies of okhttp
2121
"io.grpc:grpc-bom:1.71.0",
2222
"io.netty:netty-bom:4.2.0.Final",
2323
"io.zipkin.brave:brave-bom:6.1.0",

0 commit comments

Comments
 (0)