diff --git a/build.gradle b/build.gradle index c3261ed09..e5bc0a107 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.404') + compileOnly('org.jenkins-ci.main:jenkins-core:2.488') compileOnly('com.cloudbees:groovy-cps:1.34') }