From cdc9ef7f0fb776890ca45e768b3a400bc283d1bf Mon Sep 17 00:00:00 2001 From: Yuri Goncharuk Date: Wed, 17 May 2023 17:50:30 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8.=20=D0=92=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D1=8F=20Jenkins=20=D0=BF=D0=BE=D0=B4=D0=BD=D1=8F=D1=82=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=BE=202.387?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 34667cc..a57047e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ repositories { } jenkinsPlugin { - setProperty("jenkinsVersion", "2.375") + setProperty("jenkinsVersion", "2.387") displayName = "Vanessa-runner tool support" gitHubUrl = "https://github.com/vanessa-opensource/vanessa-runner-jenkins" @@ -18,14 +18,14 @@ jenkinsPlugin { implementation("org.jenkins-ci.plugins.workflow", "workflow-step-api", "639.v6eca_cd8c04a_a_") implementation("org.jenkins-ci.plugins", "credentials", "1224.vc23ca_a_9a_2cb_0") - testImplementation("org.jenkins-ci.plugins.workflow", "workflow-basic-steps", "991.v43d80fea_ff66") - testImplementation("org.jenkins-ci.plugins.workflow", "workflow-cps", "3641.vf58904a_b_b_5d8") - testImplementation("org.jenkins-ci.plugins.workflow", "workflow-durable-task-step", "1199.v02b_9244f8064") - testImplementation("org.jenkins-ci.plugins.workflow", "workflow-job", "1284.v2fe8ed4573d4") + testImplementation("org.jenkins-ci.plugins.workflow", "workflow-basic-steps", "1017.vb_45b_302f0cea_") + testImplementation("org.jenkins-ci.plugins.workflow", "workflow-cps", "3659.v582dc37621d8") + testImplementation("org.jenkins-ci.plugins.workflow", "workflow-durable-task-step", "1246.v5524618ea_097") + testImplementation("org.jenkins-ci.plugins.workflow", "workflow-job", "1292.v27d8cc3e2602") - jenkinsServer("org.jenkinsci.plugins","pipeline-model-definition", "2.2125.vddb_a_44a_d605e") - jenkinsServer("org.jenkins-ci.plugins","git", "5.0.0") - jenkinsServer("org.jenkins-ci.plugins","junit", "1198.ve38db_d1b_c975") + jenkinsServer("org.jenkinsci.plugins","pipeline-model-definition", "2.2131.vb_9788088fdb_5") + jenkinsServer("org.jenkins-ci.plugins","git", "5.0.2") + jenkinsServer("org.jenkins-ci.plugins","junit", "1202.v79a_986785076") jenkinsServer("org.jenkins-ci.plugins","copyartifact", "698.v393f578eb_ddc") } @@ -39,8 +39,8 @@ jenkinsPlugin { } dependencies { - testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.9.1") - testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.9.1") + testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.9.3") + testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.9.3") } tasks.test {