From 8b3fef83c4e37bb5d6b19e628967c31dde432716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 18:18:23 +0000 Subject: [PATCH] Update dependency org.jenkins-ci.main:jenkins-test-harness to v2520 --- pct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pct.sh b/pct.sh index e65b36d65..8927c78c6 100755 --- a/pct.sh +++ b/pct.sh @@ -21,7 +21,7 @@ if ! [[ $PLUGINS =~ blueocean || $PLUGINS =~ lockable-resources || $PLUGINS =~ p fi # Tracked by .github/renovate.json -JTH_VERSION=2516.vc8fe6b_362b_19 +JTH_VERSION=2520.v0559e74fcf96 if [[ $LINE == weekly ]]; then PCT_D_ARGS+="-Djenkins-test-harness.version=${JTH_VERSION} " fi