Skip to content

Commit

Permalink
Bump junit-jupiter.version from 5.6.3 to 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Feb 6, 2021
1 parent 6ae8efb commit 61e1143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<bnd.version>5.2.0</bnd.version>
<!-- Dependency versions overriding -->
<junit.version>4.13.1</junit.version>
<junit-jupiter.version>5.6.3</junit-jupiter.version>
<junit-jupiter.version>5.7.1</junit-jupiter.version>
<mockito.version>3.7.7</mockito.version>
<!-- Plugin versions overriding -->
<jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void should_display_the_configured_number_of_stacktrace_elements() {
format("\tat org.assertj.core.presentation.StandardRepresentation_throwable_format_Test$Test1$Test2.boom2(StandardRepresentation_throwable_format_Test.java:"),
format("\tat org.assertj.core.presentation.StandardRepresentation_throwable_format_Test$Test1.boom(StandardRepresentation_throwable_format_Test.java"),
format("\tat org.assertj.core.presentation.StandardRepresentation_throwable_format_Test.lambda"),
format("\t...(69 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)"));
format("\t...(71 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)"));
}

@Test
Expand Down

0 comments on commit 61e1143

Please sign in to comment.