From a705914049ccb9da8bd28b6fb978ec33aaf3349f Mon Sep 17 00:00:00 2001 From: Jasper Koehorst <> Date: Thu, 28 Jul 2022 15:06:35 +0200 Subject: [PATCH] jargon update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ab5e9f..14f4359 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation 'com.beust:jcommander:1.81' // irods dependency obtained locally - implementation urlFile('https://github.com/DICE-UNC/jargon/releases/download/4.3.0.2-RELEASE/jargon-core-4.3.0.2-RELEASE-jar-with-dependencies.jar', 'jargon-core-4.3.0.2-RELEASE-jar-with-dependencies') + implementation urlFile('https://github.com/DICE-UNC/jargon/releases/download/4.3.2.5-RELEASE/jargon-core-4.3.2.5-RELEASE-jar-with-dependencies.jar', 'jargon-core-4.3.2.5-RELEASE-jar-with-dependencies') // https://mvnrepository.com/artifact/commons-validator/commons-validator implementation group: 'commons-validator', name: 'commons-validator', version: '1.6' -- GitLab