From 61e1143e210c1fd344b18f3541af0019cb24f908 Mon Sep 17 00:00:00 2001 From: epeee Date: Sat, 6 Feb 2021 09:33:25 +0100 Subject: [PATCH] Bump junit-jupiter.version from 5.6.3 to 5.7.1 --- pom.xml | 2 +- .../StandardRepresentation_throwable_format_Test.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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