We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9635bfd commit 66acfd8Copy full SHA for 66acfd8
samples/java/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
}
9
10
dependencies {
11
- implementation(platform("com.squareup.okhttp3:okhttp-bom:5.1.0"))
+ implementation(platform("com.squareup.okhttp3:okhttp-bom:5.2.1"))
12
implementation("com.squareup.okhttp3:okhttp")
13
implementation("com.squareup.okhttp3:okhttp-sse")
14
implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
0 commit comments