From 8016a5d7462f9379b4ad0f5660188c8626319ca6 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Thu, 10 Dec 2020 12:32:39 +0100 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e722fc2f..eb3d1491 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ com.squareup.okhttp3 okhttp - 3.8.1 + 3.12.12 org.json