Skip to content

Commit ff81151

Browse files
Bump junit from 1.43 to 1.47 (#38)
* Bump junit from 1.43 to 1.46 Bumps [junit](https://github.com/jenkinsci/junit-plugin) from 1.43 to 1.46. - [Release notes](https://github.com/jenkinsci/junit-plugin/releases) - [Commits](jenkinsci/junit-plugin@junit-1.43...junit-1.46) Signed-off-by: dependabot[bot] <[email protected]> * Bump bom * Bump junit version * Update checks Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Jacomb <[email protected]>
1 parent 01cca00 commit ff81151

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.jenkins.tools.bom</groupId>
2929
<artifactId>bom-2.235.x</artifactId>
30-
<version>18</version>
30+
<version>19</version>
3131
<scope>import</scope>
3232
<type>pom</type>
3333
</dependency>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.jenkins-ci.plugins</groupId>
7070
<artifactId>junit</artifactId>
71-
<version>1.43</version>
71+
<version>1.47</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.github.spotbugs</groupId>

src/test/java/io/jenkins/plugins/junit/storage/database/DatabaseTestResultStorageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void smokes() throws Exception {
105105
childNames.add(((Element) item).getTagName());
106106
}
107107
}
108-
assertEquals(buildXml, ImmutableSet.of("checksName", "healthScaleFactor", "testData", "descriptions"), childNames);
108+
assertEquals(buildXml, ImmutableSet.of("healthScaleFactor", "testData", "descriptions"), childNames);
109109
}
110110
{
111111
TestResultAction a = b.getAction(TestResultAction.class);

0 commit comments

Comments
 (0)