Skip to content

Commit 6a9427f

Browse files
chore: bump com.squareup.okhttp3:okhttp
Bumps [com.squareup.okhttp3:okhttp](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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cda1268 commit 6a9427f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ dependencies {
8686
implementation("com.squareup.retrofit2:adapter-rxjava2:2.9.0")
8787
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
8888
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
89-
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
90-
implementation("com.squareup.okhttp3:okhttp:4.11.0")
91-
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
89+
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
90+
implementation("com.squareup.okhttp3:okhttp:4.12.0")
91+
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
9292

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

0 commit comments

Comments
 (0)