From dfedf954b7cd357b40f2dfa6f18150f0ea5cbf0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 18:36:45 +0000 Subject: [PATCH] Bump com.jfrog.artifactory from 4.28.2 to 4.28.3 (#137) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3ffc25c..f4000b8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.jfrog.artifactory" version "4.28.2" //artifactory support + id "com.jfrog.artifactory" version "4.28.3" //artifactory support id 'groovy' // groovy support id 'java' // java support id 'application' // creates a JVM executable