From a830971b92872a7b0fcd4d7d2b4937ef6914e8f1 Mon Sep 17 00:00:00 2001 From: Ryan Bergman Date: Tue, 24 May 2022 15:06:18 -0500 Subject: [PATCH] fix dependency issues --- pom.xml | 3 ++- unirest/pom.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ccd5847..a65f5eb8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ UTF-8 UTF-8 - 2.13.2 + 2.13.3 ${project.basedir} 5.8.2 4.3.1 @@ -314,6 +314,7 @@ + runtime diff --git a/unirest/pom.xml b/unirest/pom.xml index a4705d0d..b9fa770d 100644 --- a/unirest/pom.xml +++ b/unirest/pom.xml @@ -51,6 +51,14 @@ + + + + commons-codec + commons-codec + 1.15 + + com.google.code.gson gson