Upgrade to Junit 5.7.2.

Closes #1500
This commit is contained in:
Jens Schauder
2021-08-11 17:34:10 +02:00
parent b1c70ee907
commit 382d4784d1

View File

@@ -111,7 +111,7 @@
<jsonpath>2.4.0</jsonpath>
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
<junit>4.13.2</junit>
<junit5>5.7.1</junit5>
<junit5>5.7.2</junit5>
<kotlin>1.5.21</kotlin>
<kotlin-coroutines>1.5.1</kotlin-coroutines>
<logback>1.2.3</logback>