Skip to content

Commit

Permalink
Update okhttp client version from 3.6.0 to 3.14.4. (#1158)
Browse files Browse the repository at this point in the history
* Update okhttp client version from 3.6.0 to 3.14.4.

* Update okhttp client version from 3.6.0 to 3.14.4.
  • Loading branch information
svenhaag authored and velo committed Jan 17, 2020
1 parent 496c70e commit 49e1373
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@

<main.basedir>${project.basedir}</main.basedir>

<okhttp3.version>3.6.0</okhttp3.version>
<okhttp3.client.version>3.14.4</okhttp3.client.version>
<okhttp3.mockwebserver.version>3.6.0</okhttp3.mockwebserver.version>
<googlehttpclient.version>1.31.0</googlehttpclient.version>
<gson.version>2.5</gson.version>
<slf4j.version>1.7.13</slf4j.version>
Expand Down Expand Up @@ -286,13 +287,13 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp3.version}</version>
<version>${okhttp3.client.version}</version>
</dependency>

<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>${okhttp3.version}</version>
<version>${okhttp3.mockwebserver.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 49e1373

Please sign in to comment.