Upgrade to JUnit 5.11.3.

See #2416
This commit is contained in:
Mark Paluch
2024-11-08 11:48:18 +01:00
parent 12a8fbca51
commit 38b7f2aff2

View File

@@ -115,7 +115,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.11.2</junit5>
<junit5>5.11.3</junit5>
<kotlin>1.9.25</kotlin>
<kotlin-coroutines>1.9.0</kotlin-coroutines>
<logback>1.4.13</logback>