Upgrade to JUnit Platform Jupiter 5.9.0.

This commit is contained in:
John Blum
2022-09-15 17:04:11 -07:00
parent d808ae4811
commit bd2607d185

View File

@@ -1,6 +1,6 @@
// Define version dependency properties
ext['jakartaAnnotationApiVersion'] = '2.0.0'
ext['junitJupiterVersion'] = '5.8.2'
ext['junitJupiterVersion'] = '5.9.0'
ext['logbackVersion'] = '1.2.11'
dependencyManagement {