Upgrade to JUnit 5.8.2.

See #1609
This commit is contained in:
Mark Paluch
2022-01-12 11:07:56 +01:00
parent 9adefc1dbf
commit 0f4a05ffab

View File

@@ -111,7 +111,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.8.1</junit5>
<junit5>5.8.2</junit5>
<kotlin>1.5.32</kotlin>
<kotlin-coroutines>1.5.2</kotlin-coroutines>
<logback>1.2.5</logback>