Skip to content

Commit e6033f4

Browse files
Bump okhttp from 4.12.0 to 5.1.0 (#615)
* Bump okhttp from 4.12.0 to 5.1.0 Bumps `okhttp` 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> * Allow OkHttp 5.x --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Gesellchen <tobias@gesellix.de>
1 parent fb0f940 commit e6033f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ logback = "1.3.15"
77
logbackVersionrange = "[1.2,2)"
88
moshi = "1.15.2"
99
moshiVersionrange = "[1.12.0,2)"
10-
okhttp = "4.12.0"
11-
okhttpVersionrange = "[4,5)"
10+
okhttp = "5.1.0"
11+
okhttpVersionrange = "[4,6)"
1212
okio = "3.15.0"
1313
okioVersionrange = "[3,4)"
1414
slf4j = "2.0.17"

0 commit comments

Comments
 (0)