Skip to content

Commit f970550

Browse files
Bump com.squareup.okhttp3:okhttp-bom from 4.11.0 to 4.12.0 (#521)
Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.11.0...parent-4.12.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fe4b09 commit f970550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/fetch-build-scan-data-cmdline-tool/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
18+
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
1919
implementation("com.squareup.okhttp3:okhttp")
2020
implementation("com.squareup.okhttp3:okhttp-tls")
2121
implementation("com.squareup.okhttp3:logging-interceptor")

0 commit comments

Comments
 (0)