Skip to content

Commit 9406936

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v5 (#7463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85f662a commit 9406936

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
@@ -16,7 +16,7 @@ val DEPENDENCY_BOMS = listOf(
1616
"com.fasterxml.jackson:jackson-bom:2.19.1",
1717
"com.google.guava:guava-bom:33.4.8-jre",
1818
"com.google.protobuf:protobuf-bom:4.31.1",
19-
"com.squareup.okhttp3:okhttp-bom:4.12.0",
19+
"com.squareup.okhttp3:okhttp-bom:5.0.0",
2020
"com.squareup.okio:okio-bom:3.15.0", // applies to transitive dependencies of okhttp
2121
"io.grpc:grpc-bom:1.73.0",
2222
"io.netty:netty-bom:4.2.2.Final",

0 commit comments

Comments
 (0)