From 21bc07465e7fbf6ce01d7138ede367134f84fd3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:27:26 +0000 Subject: [PATCH] Update dependency org.jenkins-ci.main:jenkins-core to v2.467 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c3261ed09..9a1e1762c 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.467') compileOnly('com.cloudbees:groovy-cps:1.34') }