Skip to content

Commit 2a847f4

Browse files
Bump com.squareup.okhttp3:okhttp from 3.12.12 to 4.11.0
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.12.12 to 4.11.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.12.12...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7cc3dc commit 2a847f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ dependencies {
175175
// https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce
176176
// Don't update to >=3.13 before minSDK 21 + Java 8
177177
//noinspection GradleDependency
178-
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
178+
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
179179

180180
implementation 'com.larswerkman:HoloColorPicker:1.5'
181181
implementation 'com.google.code.findbugs:jsr305:3.0.2'

0 commit comments

Comments
 (0)