Upgrade to JUnit Jupiter 5.3

Issue: SPR-17129
This commit is contained in:
Sam Brannen 2018-09-03 22:17:02 +02:00
parent dcdf9c09f5
commit 454cd933d4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ext {
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.6"
jettyVersion = "9.4.12.RC2"
junit5Version = "5.3.0-RC1"
junit5Version = "5.3.0"
kotlinVersion = "1.2.61"
log4jVersion = "2.11.1"
nettyVersion = "4.1.29.Final"