Upgrade to JUnit 5.8.0.

Closes #1533
This commit is contained in:
Mark Paluch
2021-09-27 11:33:13 +02:00
parent 98071aad85
commit 4e056ac48f

View File

@@ -112,7 +112,7 @@
<jsonpath>2.6.0</jsonpath>
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
<junit>4.13.2</junit>
<junit5>5.7.2</junit5>
<junit5>5.8.1</junit5>
<kotlin>1.5.30</kotlin>
<kotlin-coroutines>1.5.2</kotlin-coroutines>
<logback>1.2.5</logback>