File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ Download [the latest JAR][3] or grab via Maven:
11
11
<dependency >
12
12
<groupId >com.squareup.okhttp3</groupId >
13
13
<artifactId >okhttp</artifactId >
14
- <version >3.8.1 </version >
14
+ <version >3.9.0 </version >
15
15
</dependency >
16
16
```
17
17
or Gradle:
18
18
``` groovy
19
- compile 'com.squareup.okhttp3:okhttp:3.8.1 '
19
+ compile 'com.squareup.okhttp3:okhttp:3.9.0 '
20
20
```
21
21
22
22
Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
@@ -36,13 +36,13 @@ Download [the latest JAR][4] or grab via Maven:
36
36
<dependency >
37
37
<groupId >com.squareup.okhttp3</groupId >
38
38
<artifactId >mockwebserver</artifactId >
39
- <version >3.8.1 </version >
39
+ <version >3.9.0 </version >
40
40
<scope >test</scope >
41
41
</dependency >
42
42
```
43
43
or Gradle:
44
44
``` groovy
45
- testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1 '
45
+ testCompile 'com.squareup.okhttp3:mockwebserver:3.9.0 '
46
46
```
47
47
48
48
ProGuard
You can’t perform that action at this time.
0 commit comments