From 74679aa836c493fc44d72d2126a5e414e85936b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 08:10:01 +0000 Subject: [PATCH] Update dependency org.codehaus.groovy:groovy-all to v2.5.23 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d6c2db..29b960a 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.23" testCompile "com.lesfurets:jenkins-pipeline-unit:1.1" testCompile "junit:junit:4.12"