From 67563c4b1343f15333df6a55d739bf1d7eec5015 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 14:32:57 +0000 Subject: [PATCH] Update dependency org.jenkins-ci.main:jenkins-core to v2.404 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }