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

Prepare for release 5.1.0.

This commit is contained in:
Jesse Wilson
2025-07-07 15:32:33 -04:00
parent 61a87359f6
commit d2dd180697
13 changed files with 30 additions and 16 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:5.0.0")
testImplementation("com.squareup.okhttp3:okhttp-java-net-cookiehandler:5.1.0")
```