Skip to content

Commit 19006d7

Browse files
Update dependency io.cucumber:cucumber-parent to v4.2.0 (#2842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: M.P. Korstanje <[email protected]>
1 parent cda1945 commit 19006d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cucumber-core/src/test/java/io/cucumber/core/plugin/TimelineFormatterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ void shouldWriteItemsAndGroupsCorrectlyToReportJs() throws Throwable {
327327
" \"content\": \"groupName\"\n" +
328328
" }\n" +
329329
"]")
330-
.replaceAll("groupId", groupId.toString())
331-
.replaceAll("groupName", groupName),
330+
.replaceAll("groupId", groupId.toString())
331+
.replaceAll("groupName", groupName),
332332
GroupData[].class);
333333

334334
ActualReportOutput actualOutput = readReport();

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-parent</artifactId>
7-
<version>4.1.1</version>
7+
<version>4.2.0</version>
88
<relativePath/>
99
</parent>
1010
<artifactId>cucumber-jvm</artifactId>

0 commit comments

Comments
 (0)