From 8afbcc6f731f10f1efbb5cedba89cd7e2d039394 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:23:14 +0000 Subject: [PATCH] Update dependency org.codehaus.groovy:groovy-all to v2.5.21 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d6c2db..6470780 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { } dependencies { - compile "org.codehaus.groovy:groovy-all:2.5.0" + compile "org.codehaus.groovy:groovy-all:2.5.21" testCompile "com.lesfurets:jenkins-pipeline-unit:1.1" testCompile "junit:junit:4.12"