From 650f8d0637b2aa41d690f57cb055a078457c1fe4 Mon Sep 17 00:00:00 2001 From: Marco Vogt Date: Tue, 30 Jul 2024 14:08:16 +0200 Subject: [PATCH] Add unirest json parsing implementation --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index ad575ca..cfd6b9f 100644 --- a/build.gradle +++ b/build.gradle @@ -30,6 +30,7 @@ java { dependencies { implementation group: 'com.konghq', name: 'unirest-java-core', version: '4.4.4' // MIT + implementation group: 'com.konghq', name: 'unirest-object-mappers-gson', version: '4.2.9' // MIT implementation group: 'commons-validator', name: 'commons-validator', version: '1.9.0' // Apache 2.0 implementation group: 'commons-net', name: 'commons-net', version: '3.11.1' // Apache 2.0