Upgrade to JUnit 5.8.2.

See #1594
This commit is contained in:
Mark Paluch
2022-01-04 14:01:28 +01:00
parent 2b08c5e4c9
commit 199f2736c3

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.6.10</kotlin>
<kotlin-coroutines>1.6.0</kotlin-coroutines>
<logback>1.2.5</logback>