We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b71b6 commit d5a53f0Copy full SHA for d5a53f0
pom.xml
@@ -54,7 +54,8 @@
54
55
<!-- used for deployment to SonarSource Artifactory -->
56
<gitRepositoryName>sonar-scanner-java-library</gitRepositoryName>
57
- <okhttp.version>3.14.2</okhttp.version>
+ <okhttp.version>3.14.9</okhttp.version>
58
+ <okio.version>1.17.6</okio.version>
59
<mockito.version>2.23.4</mockito.version>
60
</properties>
61
@@ -75,6 +76,11 @@
75
76
<artifactId>okhttp</artifactId>
77
<version>${okhttp.version}</version>
78
</dependency>
79
+ <dependency>
80
+ <groupId>com.squareup.okio</groupId>
81
+ <artifactId>okio</artifactId>
82
+ <version>${okio.version}</version>
83
+ </dependency>
84
<dependency>
85
<groupId>com.squareup.okhttp3</groupId>
86
<artifactId>okhttp-urlconnection</artifactId>
0 commit comments