diff --git a/build.gradle b/build.gradle index 91fe63048..b457caec3 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ configurations { dependencies { // Use the latest Groovy version for building this library - compileOnly('org.codehaus.groovy:groovy-all:3.0.13') + compileOnly('org.codehaus.groovy:groovy-all:3.0.14') compileOnly('org.jenkins-ci.main:jenkins-core:2.383') compileOnly('com.cloudbees:groovy-cps:1.34') }