1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-08 23:42:08 +03:00

Prepare for release 5.0.0.

This commit is contained in:
Jesse Wilson
2025-07-03 10:43:08 -04:00
parent dcb640c3da
commit 1b703d52a9
13 changed files with 66 additions and 17 deletions

View File

@@ -7,5 +7,5 @@ This used to be part of `okhttp-urlconnection`
### Download
```kotlin
testImplementation("com.squareup.okhttp3:okhttp-java-net-cookiehandler:4.12.0")
testImplementation("com.squareup.okhttp3:okhttp-java-net-cookiehandler:5.0.0")
```