Skip to content

Commit d3e3807

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

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
@@ -13,7 +13,7 @@ val DEPENDENCY_BOMS = listOf(
1313
"com.google.protobuf:protobuf-bom:4.29.2",
1414
"com.linecorp.armeria:armeria-bom:1.31.3",
1515
"com.squareup.okhttp3:okhttp-bom:4.12.0",
16-
"com.squareup.okio:okio-bom:3.9.1", // applies to transitive dependencies of okhttp
16+
"com.squareup.okio:okio-bom:3.10.1", // applies to transitive dependencies of okhttp
1717
"io.grpc:grpc-bom:1.69.0",
1818
"io.netty:netty-bom:4.1.116.Final",
1919
"io.zipkin.brave:brave-bom:6.0.3",

0 commit comments

Comments
 (0)