File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
okhttp-logging-interceptor Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ Releases
9999
100100Our [ change log] [ changelog ] has release history.
101101
102- The latest release is available on [ Maven Central] ( https://search.maven.org/artifact/com.squareup.okhttp3/okhttp/4.9.2 /jar ) .
102+ The latest release is available on [ Maven Central] ( https://search.maven.org/artifact/com.squareup.okhttp3/okhttp/4.9.3 /jar ) .
103103
104104``` kotlin
105- implementation(" com.squareup.okhttp3:okhttp:4.9.2 " )
105+ implementation(" com.squareup.okhttp3:okhttp:4.9.3 " )
106106```
107107
108108Snapshot builds are [ available] [ snap ] . [ R8 and ProGuard] [ r8_proguard ] rules are available.
@@ -113,10 +113,10 @@ MockWebServer
113113
114114OkHttp includes a library for testing HTTP, HTTPS, and HTTP/2 clients.
115115
116- The latest release is available on [ Maven Central] ( https://search.maven.org/artifact/com.squareup.okhttp3/mockwebserver/4.9.2 /jar ) .
116+ The latest release is available on [ Maven Central] ( https://search.maven.org/artifact/com.squareup.okhttp3/mockwebserver/4.9.3 /jar ) .
117117
118118``` kotlin
119- testImplementation(" com.squareup.okhttp3:mockwebserver:4.9.2 " )
119+ testImplementation(" com.squareup.okhttp3:mockwebserver:4.9.3 " )
120120```
121121
122122License
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ ext.publishedArtifactId = { project ->
8989allprojects {
9090 group = ' com.squareup.okhttp3'
9191 project. ext. artifactId = rootProject. ext. publishedArtifactId(project)
92- version = ' 4.9.3-SNAPSHOT '
92+ version = ' 4.9.3'
9393
9494 repositories {
9595 mavenCentral()
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ server.setDispatcher(dispatcher);
142142### Download
143143
144144``` kotlin
145- testImplementation(" com.squareup.okhttp3:mockwebserver:4.9.2 " )
145+ testImplementation(" com.squareup.okhttp3:mockwebserver:4.9.3 " )
146146```
147147
148148### License
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ OkHttpClient client = new OkHttpClient.Builder()
1414```
1515
1616``` kotlin
17- implementation(" com.squareup.okhttp3:okhttp-brotli:4.9.2 " )
17+ implementation(" com.squareup.okhttp3:okhttp-brotli:4.9.3 " )
1818```
1919
2020 [ 1 ] : https://github.com/google/brotli
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ API is not considered stable and may change at any time.
77### Download
88
99``` kotlin
10- testImplementation(" com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.2 " )
10+ testImplementation(" com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3 " )
1111```
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Download
3737--------
3838
3939``` kotlin
40- implementation(" com.squareup.okhttp3:logging-interceptor:4.9.2 " )
40+ implementation(" com.squareup.okhttp3:logging-interceptor:4.9.3 " )
4141```
4242
4343
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ API is not considered stable and may change at any time.
77### Download
88
99``` kotlin
10- testImplementation(" com.squareup.okhttp3:okhttp-sse:4.9.2 " )
10+ testImplementation(" com.squareup.okhttp3:okhttp-sse:4.9.3 " )
1111```
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ Download
227227--------
228228
229229``` kotlin
230- implementation(" com.squareup.okhttp3:okhttp-tls:4.9.2 " )
230+ implementation(" com.squareup.okhttp3:okhttp-tls:4.9.3 " )
231231```
232232
233233 [ held_certificate ] : http://square.github.io/okhttp/4.x/okhttp-tls/okhttp3.tls/-held-certificate/
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ This module integrates OkHttp with `Authenticator` and `CookieHandler` from `jav
66### Download
77
88``` kotlin
9- testImplementation(" com.squareup.okhttp3:okhttp-urlconnection:4.9.2 " )
9+ testImplementation(" com.squareup.okhttp3:okhttp-urlconnection:4.9.3 " )
1010```
You can’t perform that action at this time.
0 commit comments