Upgrade to JUnit Jupiter 5.5 RC2

See gh-23076
This commit is contained in:
Sam Brannen 2019-06-20 13:20:25 +03:00
parent d2e6d0269b
commit b3d40b3fac
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.18.v20190429"
junit5Version = "5.5.0-RC1"
junit5Version = "5.5.0-RC2"
kotlinVersion = "1.3.40"
log4jVersion = "2.11.2"
nettyVersion = "4.1.36.Final"