From 4317a4ebcaf0aba21520f914d0a18a82f0101862 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 07:01:44 +0000 Subject: [PATCH] Bump candor-api from 0.2.20 to 0.3.0-Pre4 Bumps candor-api from 0.2.20 to 0.3.0-Pre4. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d80a139..a5f85e6 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { // Uncomment this to use a local candor jar // implementation files('/libs/CandorManager-snapshot.jar') // This will pull from bintray - implementation 'uk.co.innoxium.candor:candor-api:0.2.20' + implementation 'uk.co.innoxium.candor:candor-api:0.3.0-Pre4' implementation 'uk.co.innoxium.cybernize:cybernize:1.1.6' implementation 'uk.co.innoxium.swing:swingext:0.1'