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 4e2ce06 commit a8770b6Copy full SHA for a8770b6
samples/java/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
}
9
10
dependencies {
11
- implementation(platform("com.squareup.okhttp3:okhttp-bom:5.2.1"))
+ implementation(platform("com.squareup.okhttp3:okhttp-bom:5.3.0"))
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