Skip to content

Commit e7e859f

Browse files
authored
Merge branch 'main' into dependabot/gradle/samples/java/com.fasterxml.jackson-jackson-bom-2.20.1
Signed-off-by: Guy Brand <[email protected]>
2 parents d20bd7c + 238f17e commit e7e859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.2.1"))
11+
implementation(platform("com.squareup.okhttp3:okhttp-bom:5.3.0"))
1212
implementation("com.squareup.okhttp3:okhttp")
1313
implementation("com.squareup.okhttp3:okhttp-sse")
1414
implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.1"))

0 commit comments

Comments
 (0)