This commit is contained in:
Erik C. Thauvin 2020-03-02 09:26:17 -08:00
parent 3e37b3cd29
commit 71a911e2ff
5 changed files with 22 additions and 5 deletions

View file

@ -30,13 +30,13 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.3.1</version>
<version>4.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.3.1</version>
<version>4.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>