Skip to content

Commit 967ab6e

Browse files
chore(deps): bump okhttp_version from 4.12.0 to 5.1.0
Bumps `okhttp_version` from 4.12.0 to 5.1.0. Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.1.0) Updates `com.squareup.okhttp3:mockwebserver` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e53d7b commit 967ab6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ext {
108108
mockito_inline_version = '5.2.0'
109109
mockk_version = '1.14.4'
110110
hamcrest_version = "3.0"
111-
okhttp_version = "4.12.0"
111+
okhttp_version = "5.1.0"
112112
okhttp_eventsource_version = "4.1.1"
113113
kotlin_version = '2.1.20'
114114

0 commit comments

Comments
 (0)