File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
33
<spotbugs .version>3.1.12</spotbugs .version>
34
34
<spotbugs-maven-plugin .failOnError>true</spotbugs-maven-plugin .failOnError>
35
35
<hamcrest .version>2.2</hamcrest .version>
36
- <okhttp3 .version>3.12.3 </okhttp3 .version>
36
+ <okhttp3 .version>3.14.2 </okhttp3 .version>
37
37
<okio .version>2.4.1</okio .version>
38
38
<jacoco .coverage.target.class>.80</jacoco .coverage.target.class>
39
39
<jacoco .coverage.target.method>0.20</jacoco .coverage.target.method>
280
280
<version >${okhttp3.version} </version >
281
281
<optional >true</optional >
282
282
</dependency >
283
+ <!-- This is the last version of okhttp3 that support UrlConnection -->
284
+ <!-- The class using this has been deprecated, this dependency can be remove when that class is. -->
283
285
<dependency >
284
286
<groupId >com.squareup.okhttp3</groupId >
285
287
<artifactId >okhttp-urlconnection</artifactId >
286
- <version >${okhttp3.version} </version >
288
+ <version >3.12.3 </version >
287
289
<optional >true</optional >
288
290
</dependency >
289
291
<dependency >
You can’t perform that action at this time.
0 commit comments