diff --git a/build.gradle b/build.gradle index c3261ed09..4e13d97c6 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.17') + compileOnly('org.codehaus.groovy:groovy-all:3.0.22') compileOnly('org.jenkins-ci.main:jenkins-core:2.404') compileOnly('com.cloudbees:groovy-cps:1.34') }