File tree 9 files changed +12
-12
lines changed
okhttp-logging-interceptor
9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ Releases
99
99
100
100
Our [ change log] [ changelog ] has release history.
101
101
102
- The latest release is available on [ Maven Central] ( https://search.maven.org/artifact/com.squareup.okhttp3/okhttp/4.10 .0/jar ) .
102
+ The latest release is available on [ Maven Central] ( https://search.maven.org/artifact/com.squareup.okhttp3/okhttp/4.11 .0/jar ) .
103
103
104
104
``` kotlin
105
- implementation(" com.squareup.okhttp3:okhttp:4.10 .0" )
105
+ implementation(" com.squareup.okhttp3:okhttp:4.11 .0" )
106
106
```
107
107
108
108
Snapshot builds are [ available] [ snap ] . [ R8 and ProGuard] [ r8_proguard ] rules are available.
@@ -113,10 +113,10 @@ MockWebServer
113
113
114
114
OkHttp includes a library for testing HTTP, HTTPS, and HTTP/2 clients.
115
115
116
- The latest release is available on [ Maven Central] ( https://search.maven.org/artifact/com.squareup.okhttp3/mockwebserver/4.10 .0/jar ) .
116
+ The latest release is available on [ Maven Central] ( https://search.maven.org/artifact/com.squareup.okhttp3/mockwebserver/4.11 .0/jar ) .
117
117
118
118
``` kotlin
119
- testImplementation(" com.squareup.okhttp3:mockwebserver:4.10 .0" )
119
+ testImplementation(" com.squareup.okhttp3:mockwebserver:4.11 .0" )
120
120
```
121
121
122
122
License
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ ext.publishedArtifactId = { project ->
90
90
allprojects {
91
91
group = ' com.squareup.okhttp3'
92
92
project. ext. artifactId = rootProject. ext. publishedArtifactId(project)
93
- version = ' 4.11.0-SNAPSHOT '
93
+ version = ' 4.11.0'
94
94
95
95
repositories {
96
96
mavenCentral()
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ server.setDispatcher(dispatcher);
142
142
### Download
143
143
144
144
``` kotlin
145
- testImplementation(" com.squareup.okhttp3:mockwebserver:4.10 .0" )
145
+ testImplementation(" com.squareup.okhttp3:mockwebserver:4.11 .0" )
146
146
```
147
147
148
148
### License
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ OkHttpClient client = new OkHttpClient.Builder()
14
14
```
15
15
16
16
``` kotlin
17
- implementation(" com.squareup.okhttp3:okhttp-brotli:4.10 .0" )
17
+ implementation(" com.squareup.okhttp3:okhttp-brotli:4.11 .0" )
18
18
```
19
19
20
20
[ 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.
7
7
### Download
8
8
9
9
``` kotlin
10
- testImplementation(" com.squareup.okhttp3:okhttp-dnsoverhttps:4.10 .0" )
10
+ testImplementation(" com.squareup.okhttp3:okhttp-dnsoverhttps:4.11 .0" )
11
11
```
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Download
37
37
--------
38
38
39
39
``` kotlin
40
- implementation(" com.squareup.okhttp3:logging-interceptor:4.10 .0" )
40
+ implementation(" com.squareup.okhttp3:logging-interceptor:4.11 .0" )
41
41
```
42
42
43
43
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.
7
7
### Download
8
8
9
9
``` kotlin
10
- testImplementation(" com.squareup.okhttp3:okhttp-sse:4.10 .0" )
10
+ testImplementation(" com.squareup.okhttp3:okhttp-sse:4.11 .0" )
11
11
```
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ Download
227
227
--------
228
228
229
229
``` kotlin
230
- implementation(" com.squareup.okhttp3:okhttp-tls:4.10 .0" )
230
+ implementation(" com.squareup.okhttp3:okhttp-tls:4.11 .0" )
231
231
```
232
232
233
233
[ 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
6
6
### Download
7
7
8
8
``` kotlin
9
- testImplementation(" com.squareup.okhttp3:okhttp-urlconnection:4.10 .0" )
9
+ testImplementation(" com.squareup.okhttp3:okhttp-urlconnection:4.11 .0" )
10
10
```
You can’t perform that action at this time.
0 commit comments