Upgrade to JUnit 5.7.2.

See #1455
This commit is contained in:
Mark Paluch
2021-06-21 10:03:18 +02:00
parent 38cba71bd1
commit 906d2841db

View File

@@ -110,7 +110,7 @@
<jsonpath>2.4.0</jsonpath>
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
<junit>4.13.2</junit>
<junit5>5.7.1</junit5>
<junit5>5.7.2</junit5>
<kotlin>1.4.32</kotlin>
<kotlin-coroutines>1.4.3</kotlin-coroutines>
<logback>1.2.3</logback>