Upgrade to JUnit 5.9.2.

See #1911
This commit is contained in:
Mark Paluch
2023-02-14 08:52:58 +01:00
parent 9f685a015d
commit 4526931fa8

View File

@@ -114,7 +114,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.9.1</junit5>
<junit5>5.9.2</junit5>
<kotlin>1.7.21</kotlin>
<kotlin-coroutines>1.6.4</kotlin-coroutines>
<logback>1.4.1</logback>