Skip to content

Commit c4f9b0b

Browse files
fix(deps): update okhttp monorepo to v5.2.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3eb561a commit c4f9b0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core-websdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ dependencies {
4444
implementation 'com.google.code.gson:gson:2.13.2'
4545

4646
// OkHttp
47-
api 'com.squareup.okhttp3:okhttp:5.1.0'
48-
implementation 'com.squareup.okhttp3:okhttp-urlconnection:5.1.0'
47+
api 'com.squareup.okhttp3:okhttp:5.2.1'
48+
implementation 'com.squareup.okhttp3:okhttp-urlconnection:5.2.1'
4949
// markdown support
5050
implementation 'org.jetbrains:markdown:0.7.3'
5151
// google play support

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ dependencies {
7272
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0'
7373

7474
// OkHttp
75-
implementation 'com.squareup.okhttp3:okhttp:5.1.0'
75+
implementation 'com.squareup.okhttp3:okhttp:5.2.1'
7676
}

0 commit comments

Comments
 (0)