diff --git a/pom.xml b/pom.xml
index be8c3bf89c..b79b2a4ad3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
5.2.0
4.13.1
- 5.6.3
+ 5.7.1
3.7.7
0.8.6
diff --git a/src/test/java/org/assertj/core/presentation/StandardRepresentation_throwable_format_Test.java b/src/test/java/org/assertj/core/presentation/StandardRepresentation_throwable_format_Test.java
index 3d561b52a5..7e85a0ac2a 100644
--- a/src/test/java/org/assertj/core/presentation/StandardRepresentation_throwable_format_Test.java
+++ b/src/test/java/org/assertj/core/presentation/StandardRepresentation_throwable_format_Test.java
@@ -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