Skip to content

Commit 1bb6359

Browse files
Update dependency org.jenkins-ci.plugins:junit to v1380 (jenkinsci#11335)
* Update dependency org.jenkins-ci.plugins:junit to v1380 * 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 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mark Waite <[email protected]>
1 parent b770f06 commit 1bb6359

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ THE SOFTWARE.
244244
<dependency>
245245
<groupId>org.jenkins-ci.plugins</groupId>
246246
<artifactId>junit</artifactId>
247-
<version>1361.vfed194a_de34a_</version>
247+
<version>1380.v491ff054cd35</version>
248248
<scope>test</scope>
249249
</dependency>
250250
<dependency>

war/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ THE SOFTWARE.
318318
<!-- detached after 1.577 -->
319319
<groupId>org.jenkins-ci.plugins</groupId>
320320
<artifactId>junit</artifactId>
321-
<version>1361.vfed194a_de34a_</version>
321+
<version>1380.v491ff054cd35</version>
322322
<type>hpi</type>
323323
</artifactItem>
324324
<artifactItem>
@@ -349,6 +349,13 @@ THE SOFTWARE.
349349
<version>373.vfe7645102093</version>
350350
<type>hpi</type>
351351
</artifactItem>
352+
<artifactItem>
353+
<!-- dependency of junit -->
354+
<groupId>io.jenkins.plugins</groupId>
355+
<artifactId>prism-api</artifactId>
356+
<version>1.30.0-630.va_e19d17f83b_0</version>
357+
<type>hpi</type>
358+
</artifactItem>
352359

353360
<artifactItem>
354361
<!-- dependency of checks-api and plugin-util-api -->

0 commit comments

Comments
 (0)