Skip to content

Commit d222e82

Browse files
authored
Merge pull request #199 from botblock/dependabot/gradle/com.squareup.okhttp3-okhttp-4.9.1
Bump okhttp from 4.9.0 to 4.9.1
2 parents c688f47 + 179b3aa commit d222e82

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.9.0'
3+
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.1'
44
}
55

66
javadoc {

0 commit comments

Comments
 (0)