chore: bump OkHttp client version

Versions above 3.12.x have dropped support for Java 7.

Related: https://square.github.io/okhttp/changelog_3x/#version-3130
This commit is contained in:
Damien Arrachequesne
2020-12-10 12:32:39 +01:00
parent 180db9516f
commit 8016a5d746

View File

@@ -49,7 +49,7 @@
<dependency> <dependency>
<groupId>com.squareup.okhttp3</groupId> <groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId> <artifactId>okhttp</artifactId>
<version>3.8.1</version> <version>3.12.12</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>