Upgrade to JUnit 5.10.3.

See #2318
This commit is contained in:
Jens Schauder
2024-07-08 13:45:42 +02:00
parent d9e3b892b0
commit 923a41897b

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.2</junit5>
<junit5>5.10.3</junit5>
<kotlin>1.9.24</kotlin>
<kotlin-coroutines>1.8.1</kotlin-coroutines>
<logback>1.4.13</logback>