From 24255e4df8d1e38a9d8b7b421bd5f5f498bf2e16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 04:13:08 +0000 Subject: [PATCH 1/2] Update dependency org.jenkins-ci.plugins:junit to v1380 --- test/pom.xml | 2 +- war/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pom.xml b/test/pom.xml index 1c0efba9c2c9..b11b1c20745f 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -244,7 +244,7 @@ THE SOFTWARE. org.jenkins-ci.plugins junit - 1361.vfed194a_de34a_ + 1380.v491ff054cd35 test diff --git a/war/pom.xml b/war/pom.xml index d16b813b2898..92af39b4c76c 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -318,7 +318,7 @@ THE SOFTWARE. org.jenkins-ci.plugins junit - 1361.vfed194a_de34a_ + 1380.v491ff054cd35 hpi From c626aa32a09ca219318f34da9496ac7cba3818cd Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 13 Dec 2025 04:48:36 -0700 Subject: [PATCH 2/2] Add prism-api as a bundled plugin, required for junit Since we are including other plugins that are dependencies of junit, it seems correct to include this plugin that is also a dependency of junit. Testing done: * Confirmed that tests pass that were failing prior to this change Testing to do: * Plugin BOM * Acceptance test harness --- war/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/war/pom.xml b/war/pom.xml index 92af39b4c76c..8e85f801828f 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -349,6 +349,13 @@ THE SOFTWARE. 373.vfe7645102093 hpi + + + io.jenkins.plugins + prism-api + 1.30.0-630.va_e19d17f83b_0 + hpi +