Skip to content

Commit a9a330a

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5 (#14203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bbb1028 commit a9a330a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
buildscript {
2424
dependencies {
25-
classpath("com.squareup.okhttp3:okhttp:4.12.0")
25+
classpath("com.squareup.okhttp3:okhttp:5.1.0")
2626
}
2727
}
2828

0 commit comments

Comments
 (0)