Upgrade to JUnit 5.10.0.

See #2062
This commit is contained in:
Julia Lee
2023-08-04 08:58:10 -04:00
parent 5bb01ce173
commit 4a92b37b30

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.3</junit5>
<junit5>5.10.0</junit5>
<kotlin>1.9.0</kotlin>
<kotlin-coroutines>1.7.2</kotlin-coroutines>
<logback>1.4.1</logback>