From 3e5b84bc255fcd1219a17868646e5e68652d57ac Mon Sep 17 00:00:00 2001 From: Bryan Boza Date: Thu, 3 Dec 2020 17:08:13 -0600 Subject: [PATCH] auto_generate_release_plugins --- OSGi/com.dotcms.hooks.validations/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OSGi/com.dotcms.hooks.validations/build.gradle b/OSGi/com.dotcms.hooks.validations/build.gradle index 7caf04f6..b1ab8e7f 100644 --- a/OSGi/com.dotcms.hooks.validations/build.gradle +++ b/OSGi/com.dotcms.hooks.validations/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.*