From 514c01902b64bd9b3758aef0022beed4276dd4d5 Mon Sep 17 00:00:00 2001 From: Ryan Cox Date: Fri, 17 May 2024 14:13:23 -0600 Subject: [PATCH] Upgrade to a version of okhttp3 that uses a safe version of okio-jvm. --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f373a27..a1940f2 100644 --- a/pom.xml +++ b/pom.xml @@ -58,18 +58,18 @@ org.mockito mockito-core - 4.8.1 + 4.11.0 test com.fasterxml.jackson.core jackson-databind - 2.14.1 + 2.17.0 com.squareup.okhttp3 okhttp - 4.10.0 + 4.12.0 @@ -190,5 +190,4 @@ -