Skip to content

Commit 4023d2d

Browse files
chore: bump com.squareup.okhttp3:okhttp (#180)
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.10.0...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp 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 3bc7c65 commit 4023d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
8888
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
8989
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
90-
implementation("com.squareup.okhttp3:okhttp:4.10.0")
90+
implementation("com.squareup.okhttp3:okhttp:4.11.0")
9191
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
9292

9393
debugImplementation("androidx.compose.ui:ui-tooling:1.3.0")

0 commit comments

Comments
 (0)