Upgrade to JUnit Jupiter 5.5

Closes gh-23076
This commit is contained in:
Sam Brannen 2019-07-01 00:00:09 +03:00
parent 932f771380
commit 64d13c471f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ext {
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.9"
jettyVersion = "9.4.19.v20190610"
junit5Version = "5.5.0-RC2"
junit5Version = "5.5.0"
kotlinVersion = "1.3.40"
log4jVersion = "2.11.2"
nettyVersion = "4.1.36.Final"