Skip to content

Commit 61e1143

Browse files
committed
Bump junit-jupiter.version from 5.6.3 to 5.7.1
1 parent 6ae8efb commit 61e1143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<bnd.version>5.2.0</bnd.version>
3131
<!-- Dependency versions overriding -->
3232
<junit.version>4.13.1</junit.version>
33-
<junit-jupiter.version>5.6.3</junit-jupiter.version>
33+
<junit-jupiter.version>5.7.1</junit-jupiter.version>
3434
<mockito.version>3.7.7</mockito.version>
3535
<!-- Plugin versions overriding -->
3636
<jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>

src/test/java/org/assertj/core/presentation/StandardRepresentation_throwable_format_Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void should_display_the_configured_number_of_stacktrace_elements() {
6666
format("\tat org.assertj.core.presentation.StandardRepresentation_throwable_format_Test$Test1$Test2.boom2(StandardRepresentation_throwable_format_Test.java:"),
6767
format("\tat org.assertj.core.presentation.StandardRepresentation_throwable_format_Test$Test1.boom(StandardRepresentation_throwable_format_Test.java"),
6868
format("\tat org.assertj.core.presentation.StandardRepresentation_throwable_format_Test.lambda"),
69-
format("\t...(69 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)"));
69+
format("\t...(71 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)"));
7070
}
7171

7272
@Test

0 commit comments

Comments
 (0)