1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Link to new mockwebserver artifacts (#8911)

This commit is contained in:
Yuri Schimke
2025-07-04 14:56:14 +01:00
committed by GitHub
parent 0ff87513e2
commit e41ff18df8
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ OkHttp includes a library for testing HTTP, HTTPS, and HTTP/2 clients.
The latest release is available on [Maven Central](https://search.maven.org/artifact/com.squareup.okhttp3/mockwebserver/5.0.0/jar).
```kotlin
testImplementation("com.squareup.okhttp3:mockwebserver:5.0.0")
testImplementation("com.squareup.okhttp3:mockwebserver3:5.0.0")
```
MockWebServer is used for firstly for internal testing, and for basic testing of apps using OkHttp client.

View File

@@ -142,7 +142,7 @@ server.setDispatcher(dispatcher);
### Download
```kotlin
testImplementation("com.squareup.okhttp3:mockwebserver:5.0.0")
testImplementation("com.squareup.okhttp3:mockwebserver3:5.0.0")
```
### License