Skip to content

Commit 34fa6c4

Browse files
authored
Merge pull request #163 from botblock/dependabot/gradle/com.squareup.okhttp3-okhttp-4.9.0
Bump okhttp from 4.8.1 to 4.9.0
2 parents f3066c7 + c9238cc commit 34fa6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
implementation project(":core")
3-
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.8.1'
3+
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.0'
44
}
55

66
javadoc {

0 commit comments

Comments
 (0)