Upgrade to JUnit 5.9.0.

See #1791
This commit is contained in:
Mark Paluch
2022-09-12 10:00:06 +02:00
parent 065be5c4ce
commit 9b5d9a6bc0

View File

@@ -113,7 +113,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.2</junit5>
<junit5>5.9.0</junit5>
<kotlin>1.7.20-RC</kotlin>
<kotlin-coroutines>1.6.4</kotlin-coroutines>
<logback>1.2.5</logback>