Upgrade JUnit to 5.9.3.

Closes: #1983
This commit is contained in:
Christoph Strobl
2023-04-28 13:01:23 +02:00
parent 0bfe04252a
commit 6c6c27e6b0

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.9.2</junit5>
<junit5>5.9.3</junit5>
<kotlin>1.8.21</kotlin>
<kotlin-coroutines>1.6.4</kotlin-coroutines>
<logback>1.4.1</logback>