Skip to content

Commit c665783

Browse files
Bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.1.0 (#334)
* Bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.1.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/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) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp 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 versions [4,6) --------- 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 a358041 commit c665783

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
@@ -5,8 +5,8 @@ kotlin = "2.2.0"
55
kotlinVersionrange = "[1.6,3)"
66
logback = "1.3.15"
77
logbackVersionrange = "[1.2,2)"
8-
okhttp = "4.12.0"
9-
okhttpVersionrange = "[4,5)"
8+
okhttp = "5.1.0"
9+
okhttpVersionrange = "[4,6)"
1010
okio = "3.15.0"
1111
okioVersionrange = "[3,4)"
1212
slf4j = "2.0.17"

0 commit comments

Comments
 (0)