Skip to content

Commit 6b55827

Browse files
Gradle: Bump okhttp-bom from 4.9.3 to 4.10.0
Bumps [okhttp-bom](https://github.com/square/okhttp) from 4.9.3 to 4.10.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.9.3...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a60b294 commit 6b55827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenariorun/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation("com.squareup.retrofit2:retrofit:2.9.0")
99
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
1010

11-
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.3"))
11+
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
1212
implementation("com.squareup.okhttp3:okhttp")
1313
implementation("com.squareup.okhttp3:logging-interceptor")
1414

0 commit comments

Comments
 (0)