diff --git a/build.gradle b/build.gradle index 8a8539f2d..c3261ed09 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ configurations { dependencies { // Use the latest Groovy version for building this library compileOnly('org.codehaus.groovy:groovy-all:3.0.17') - compileOnly('org.jenkins-ci.main:jenkins-core:2.403') + compileOnly('org.jenkins-ci.main:jenkins-core:2.404') compileOnly('com.cloudbees:groovy-cps:1.34') }