Upgrade to JUnit 5.10.2.

See #2231
This commit is contained in:
Mark Paluch
2024-02-15 08:35:10 +01:00
parent b2f8a067de
commit 1f7cbf3b3a

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.10.1</junit5>
<junit5>5.10.2</junit5>
<kotlin>1.9.22</kotlin>
<kotlin-coroutines>1.7.3</kotlin-coroutines>
<logback>1.4.13</logback>