Upgrade to JUnit 5.7.1.

See #1368
This commit is contained in:
Mark Paluch
2021-02-15 09:37:13 +01:00
parent 9e656159b5
commit b6ae92f8df

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.1</junit>
<junit5>5.7.0</junit5>
<junit5>5.7.1</junit5>
<kotlin>1.4.21</kotlin>
<kotlin-coroutines>1.4.2</kotlin-coroutines>
<logback>1.2.3</logback>